Try this one
This commit is contained in:
parent
e6f926f79c
commit
ec81bc3bad
1 changed files with 4 additions and 4 deletions
|
@ -88,9 +88,9 @@
|
|||
- name: iptables
|
||||
template: src=iptables/{{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||
with_first_found:
|
||||
- iptables.{{ ansible_fqdn }}
|
||||
- iptables.{{ host_group }}
|
||||
- iptables.{{ env }}
|
||||
- "iptables.{{ ansible_fqdn }}"
|
||||
- "iptables.{{ host_group }}"
|
||||
- "iptables.{{ env }}"
|
||||
- iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue