summaryrefslogtreecommitdiffstats
path: root/playbooks/prerequisites.yml
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-12-07 21:39:24 -0500
committerMichael Gugino <mgugino@redhat.com>2017-12-07 21:39:24 -0500
commit58b3dd41a85e30ebdf3990d861f4c2bdb44e1125 (patch)
treeeb181eab41b3f70881010612221bc26f932b2523 /playbooks/prerequisites.yml
parentd6ea0d5f39637c6e888008621fa0193c0fa049f4 (diff)
downloadopenshift-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/prerequisites.yml')
-rw-r--r--playbooks/prerequisites.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/prerequisites.yml b/playbooks/prerequisites.yml
index 0cc5fcef8..7b7868cfe 100644
--- a/playbooks/prerequisites.yml
+++ b/playbooks/prerequisites.yml
@@ -3,4 +3,10 @@
vars:
skip_verison: True
+# This is required for container runtime for crio, only needs to run once.
+- name: Configure os_firewall
+ hosts: oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_nfs_to_config:oo_nodes_to_config
+ roles:
+ - role: os_firewall
+
- import_playbook: container-runtime/private/config.yml