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

@ -18,11 +18,11 @@
- relayd
- nginx/server
- role: nginx_site
site: ldap.foo.sh
redirect: https://www.foo.sh/
nginx_site_name: ldap.foo.sh
nginx_site_redirect: https://www.foo.sh/
- role: nginx_site
site: ldap01.foo.sh
redirect: https://www.foo.sh/
nginx_site_name: ldap01.foo.sh
nginx_site_redirect: https://www.foo.sh/
- role: nginx_site
site: loghost.foo.sh
redirect: https://www.foo.sh/
nginx_site_name: loghost.foo.sh
nginx_site_redirect: https://www.foo.sh/