This commit is contained in:
2023-05-03 12:32:35 +02:00
parent 2f01f6a543
commit d604f3508e
4 changed files with 616 additions and 600 deletions

View File

@ -5,7 +5,8 @@
# apt-caching-nameserver
- import_tasks: ipt-server.yml
when:
- groups['gateway_server']|string is not search(inventory_hostname)
- inventory_hostname not in groups['gateway_server']
- inventory_hostname not in groups['no_ipt_firewall']
tags:
- git-firewall-repository
- ipt-server
@ -13,7 +14,8 @@
- import_tasks: ipt-gateway.yml
when:
- groups['gateway_server']|string is search(inventory_hostname)
- inventory_hostname in groups['gateway_server']
- inventory_hostname not in groups['no_ipt_firewall']
tags:
- git-firewall-repository
- ipt-gateway