modify iptables tasks to look for $env extension for staging systems

This commit is contained in:
Seth Vidal 2013-07-03 18:44:47 +00:00
parent 6728c58434
commit a7028a95c3
3 changed files with 65 additions and 0 deletions

View file

@ -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

View file

@ -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