Drop this variable, we aren't really using it right now.
This commit is contained in:
parent
1db6e15594
commit
05dfa804d9
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
freezes: true
|
freezes: true
|
||||||
postfix_group: sign
|
postfix_group: sign
|
||||||
iptables: "{{ files }}/iptables/iptables.sign"
|
host_group: sign
|
||||||
|
|
|
@ -86,9 +86,8 @@
|
||||||
- base
|
- base
|
||||||
|
|
||||||
- name: iptables
|
- name: iptables
|
||||||
template: src=iptables/{{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
template: src={{ item }} dest=/etc/sysconfig/iptables mode=600 backup=yes
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- "{{ iptables }}"
|
|
||||||
- iptables/iptables.{{ ansible_fqdn }}
|
- iptables/iptables.{{ ansible_fqdn }}
|
||||||
- iptables/iptables.{{ host_group }}
|
- iptables/iptables.{{ host_group }}
|
||||||
- iptables/iptables.{{ env }}
|
- iptables/iptables.{{ env }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue