Shot to the heart and you're to blame...

This commit is contained in:
Kevin Fenzi 2014-06-12 20:59:48 +00:00
parent 0108c26ca9
commit 549c077b4e

View file

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