Lets try and go back
This commit is contained in:
parent
549c077b4e
commit
411a2778b6
1 changed files with 5 additions and 6 deletions
|
@ -87,12 +87,11 @@
|
|||
|
||||
- name: iptables
|
||||
template: src={{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||
with_first_found:
|
||||
- files:
|
||||
- iptables/iptables.{{ ansible_fqdn }}
|
||||
- iptables/iptables.{{ host_group }}
|
||||
- iptables/iptables.{{ env }}
|
||||
- iptables/iptables
|
||||
first_avaailable_file:
|
||||
- iptables/iptables.{{ ansible_fqdn }}
|
||||
- iptables/iptables.{{ host_group }}
|
||||
- iptables/iptables.{{ env }}
|
||||
- iptables/iptables
|
||||
notify:
|
||||
- restart iptables
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue