nginx_site: Prefix all variables with role name

This commit is contained in:
Timo Makinen 2023-10-13 17:14:14 +00:00
parent 15c612cb3b
commit 2119f96382
9 changed files with 103 additions and 101 deletions

View file

@ -17,7 +17,7 @@
- nsd
- role: nginx/server
- role: nginx_site
site: "{{ nsd_server }}"
redirect: https://www.foo.sh/
nginx_site_name: "{{ nsd_server }}"
nginx_site_redirect: https://www.foo.sh/
- role: ifstated
when: "'vultr' not in group_names"