diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-07 19:23:42 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-07 19:23:42 +0000 |
commit | a0727e3fd20021ac32bdfd3f58b9b0e654b7988c (patch) | |
tree | 234e37d00061e37a217c16c8187af201f06957ad | |
parent | 0d0421e9de460d3b4993706c7c56d9d291a1365d (diff) | |
download | ansible-a0727e3fd20021ac32bdfd3f58b9b0e654b7988c.tar.gz ansible-a0727e3fd20021ac32bdfd3f58b9b0e654b7988c.tar.xz ansible-a0727e3fd20021ac32bdfd3f58b9b0e654b7988c.zip |
do not apply iptables to any fed-cloud machine now
-rw-r--r-- | roles/base/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 6dcf5ad08..e691506a9 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 |