Exclude the osbs hosts from our default iptables template as they have their own more complex one.

This commit is contained in:
Kevin Fenzi 2016-12-05 17:21:06 +00:00
parent 6c9392f89a
commit d195bae51a

View file

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