diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-07 21:39:24 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-07 21:39:24 -0500 |
commit | 58b3dd41a85e30ebdf3990d861f4c2bdb44e1125 (patch) | |
tree | eb181eab41b3f70881010612221bc26f932b2523 /playbooks/openshift-node | |
parent | d6ea0d5f39637c6e888008621fa0193c0fa049f4 (diff) | |
download | openshift-58b3dd41a85e30ebdf3990d861f4c2bdb44e1125.tar.gz openshift-58b3dd41a85e30ebdf3990d861f4c2bdb44e1125.tar.bz2 openshift-58b3dd41a85e30ebdf3990d861f4c2bdb44e1125.tar.xz openshift-58b3dd41a85e30ebdf3990d861f4c2bdb44e1125.zip |
Add os_firewall to prerequisites.yml
This needs to be in place for crio.
This role only installs and enables iptables, thus
should only be run once.
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 }}" |