Add http/https endpoints for relayed hosts
This commit is contained in:
parent
198a9ba630
commit
465a1a9eeb
2 changed files with 16 additions and 0 deletions
|
@ -13,3 +13,17 @@
|
|||
- base
|
||||
- ifstated
|
||||
- relayd
|
||||
- nginx/server
|
||||
|
||||
tasks:
|
||||
- include_role:
|
||||
name: nginx/site
|
||||
vars:
|
||||
site: "{{ sitename }}"
|
||||
redirect: https://www.foo.sh/
|
||||
with_items:
|
||||
- ldap.foo.sh
|
||||
- ldap01.foo.sh
|
||||
- loghost.foo.sh
|
||||
loop_control:
|
||||
loop_var: sitename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue