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/containerized_nodes.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'playbooks/openshift-node/private/containerized_nodes.yml') 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.3