diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-08 08:59:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 08:59:59 -0500 |
commit | 2af8419bab887c8552337333023ce357b1a18bc0 (patch) | |
tree | 48287070496cc7c9a674c75a2c27198e15d58c49 /playbooks/openshift-node | |
parent | bb54b2f2b5a34f1c4005aa24877ebb23d8a4607d (diff) | |
parent | 58b3dd41a85e30ebdf3990d861f4c2bdb44e1125 (diff) | |
download | openshift-2af8419bab887c8552337333023ce357b1a18bc0.tar.gz openshift-2af8419bab887c8552337333023ce357b1a18bc0.tar.bz2 openshift-2af8419bab887c8552337333023ce357b1a18bc0.tar.xz openshift-2af8419bab887c8552337333023ce357b1a18bc0.zip |
Merge pull request #6394 from mgugino-upstream-stage/os_firewall-prerequisites
Add os_firewall to prerequisites.yml
Diffstat (limited to 'playbooks/openshift-node')
-rw-r--r-- | playbooks/openshift-node/private/configure_nodes.yml | 1 | ||||
-rw-r--r-- | playbooks/openshift-node/private/containerized_nodes.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/openshift-node/private/configure_nodes.yml b/playbooks/openshift-node/private/configure_nodes.yml index dc5d7a57e..32b288c8b 100644 --- a/playbooks/openshift-node/private/configure_nodes.yml +++ b/playbooks/openshift-node/private/configure_nodes.yml @@ -10,7 +10,6 @@ | oo_collect('openshift.common.hostname') | default([]) | join (',') }}" roles: - - role: os_firewall - role: openshift_clock - role: openshift_node - role: tuned diff --git a/playbooks/openshift-node/private/containerized_nodes.yml b/playbooks/openshift-node/private/containerized_nodes.yml index 5afa83be7..ef07669cb 100644 --- a/playbooks/openshift-node/private/containerized_nodes.yml +++ b/playbooks/openshift-node/private/containerized_nodes.yml @@ -12,7 +12,6 @@ }}" roles: - - role: os_firewall - role: openshift_clock - role: openshift_node openshift_ca_host: "{{ groups.oo_first_master.0 }}" |