From a0727e3fd20021ac32bdfd3f58b9b0e654b7988c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Apr 2017 19:23:42 +0000 Subject: [PATCH] do not apply iptables to any fed-cloud machine now --- 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 6dcf5ad088..e691506a95 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','osbs')) + when: not inventory_hostname.startswith(('fed-cloud','osbs')) notify: - restart iptables - reload libvirtd