Exclude the osbs hosts from our default iptables template as they have their own more complex one.
This commit is contained in:
parent
6c9392f89a
commit
d195bae51a
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
|||
- iptables/iptables.{{ host_group }}
|
||||
- iptables/iptables.{{ env }}
|
||||
- iptables/iptables
|
||||
when: not inventory_hostname.startswith('fed-cloud09')
|
||||
when: not inventory_hostname.startswith('fed-cloud09') or not inventory_hostname.startswith('osbs')
|
||||
notify:
|
||||
- restart iptables
|
||||
- reload libvirtd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue