nginx_site: Prefix all variables with role name
This commit is contained in:
parent
15c612cb3b
commit
2119f96382
9 changed files with 103 additions and 101 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue