From 58b3dd41a85e30ebdf3990d861f4c2bdb44e1125 Mon Sep 17 00:00:00 2001 From: Michael Gugino Date: Thu, 7 Dec 2017 21:39:24 -0500 Subject: 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. --- playbooks/openshift-node/private/configure_nodes.yml | 1 - playbooks/openshift-node/private/containerized_nodes.yml | 1 - 2 files changed, 2 deletions(-) (limited to 'playbooks/openshift-node') 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 }}" -- cgit v1.2.1