Shot to the heart and you're to blame...
This commit is contained in:
parent
0108c26ca9
commit
549c077b4e
1 changed files with 5 additions and 4 deletions
|
@ -88,10 +88,11 @@
|
|||
- name: iptables
|
||||
template: src={{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||
with_first_found:
|
||||
- iptables/iptables.{{ ansible_fqdn }}
|
||||
- iptables/iptables.{{ host_group }}
|
||||
- iptables/iptables.{{ env }}
|
||||
- iptables/iptables
|
||||
- files:
|
||||
- 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