summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-etcd
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/openshift-etcd
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/openshift-etcd')
-rw-r--r--playbooks/openshift-etcd/private/config.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openshift-etcd/private/config.yml b/playbooks/openshift-etcd/private/config.yml
index 3d6c79834..35407969e 100644
--- a/playbooks/openshift-etcd/private/config.yml
+++ b/playbooks/openshift-etcd/private/config.yml
@@ -19,7 +19,6 @@
hosts: oo_etcd_to_config
any_errors_fatal: true
roles:
- - role: os_firewall
- role: openshift_clock
- role: openshift_etcd
etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"