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
|
@ -37,5 +37,7 @@ firewall_raw:
|
||||||
- pass quick proto carp
|
- pass quick proto carp
|
||||||
firewall_in:
|
firewall_in:
|
||||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||||
|
- {proto: tcp, port: 80}
|
||||||
|
- {proto: tcp, port: 443}
|
||||||
- {proto: tcp, port: 636}
|
- {proto: tcp, port: 636}
|
||||||
- {proto: tcp, port: 6514}
|
- {proto: tcp, port: 6514}
|
||||||
|
|
|
@ -13,3 +13,17 @@
|
||||||
- base
|
- base
|
||||||
- ifstated
|
- ifstated
|
||||||
- relayd
|
- 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
Reference in a new issue