diff options
author | Russell Teague <rteague@redhat.com> | 2017-08-29 12:38:39 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-08-29 12:47:00 -0400 |
commit | 104400bff26e7522ab6e023bcd5a247d3931c4e9 (patch) | |
tree | 0e7453a5c6a405f678590a44285464a3e5c4dcf7 /playbooks/common/openshift-cluster | |
parent | 76344e68b32059d23e649a8bfc7a6b6bdafc84b7 (diff) | |
download | openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.tar.gz openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.tar.bz2 openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.tar.xz openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.zip |
Move firewall install and fix scaleup playbooks
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 4 | ||||
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_firewall.yml | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index e1df71112..26b27ba39 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -18,10 +18,6 @@ - docker_image_availability - docker_storage -- include: initialize_firewall.yml - tags: - - always - - hosts: localhost tasks: - fail: diff --git a/playbooks/common/openshift-cluster/initialize_firewall.yml b/playbooks/common/openshift-cluster/initialize_firewall.yml deleted file mode 100644 index f0374fbc7..000000000 --- a/playbooks/common/openshift-cluster/initialize_firewall.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Initialize host firewall - hosts: oo_all_hosts - tasks: - - name: Install and configure the proper firewall settings - include_role: - name: os_firewall |