From d195bae51a10886871ce0279bc1d3b331362297d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 5 Dec 2016 17:21:06 +0000 Subject: [PATCH] Exclude the osbs hosts from our default iptables template as they have their own more complex one. --- roles/base/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 9b953d4d30..dd927ea416 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -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