modify iptables tasks to look for $env extension for staging systems
This commit is contained in:
parent
6728c58434
commit
a7028a95c3
3 changed files with 65 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
- $iptables
|
||||
- $files/iptables/iptables.${ansible_fqdn}
|
||||
- $files/iptables/iptables.${host_group}
|
||||
- $files/iptables/iptables.${env}
|
||||
- $files/iptables/iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
- $iptables
|
||||
- $files/iptables/iptables.${ansible_fqdn}
|
||||
- $files/iptables/iptables.${host_group}
|
||||
- $files/iptables/iptables.${env}
|
||||
- $files/iptables/iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue