summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2015-03-19 15:06:38 -0700
committerJhon Honce <jhonce@redhat.com>2015-03-24 11:23:25 -0700
commit85e6948fca954d3c066bf5a6123ada6b96adf45c (patch)
treed7e49583abbc58b779239857ee401725fb6ce73d /playbooks
parent011ff923489fd1dd5fa072a685ce881ab69b8f1c (diff)
downloadopenshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.tar.gz
openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.tar.bz2
openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.tar.xz
openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.zip
* Add DOCKER chain to iptables
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/gce/openshift-cluster/terminate.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/playbooks/gce/openshift-cluster/terminate.yml b/playbooks/gce/openshift-cluster/terminate.yml
index ee536be69..0281ae953 100644
--- a/playbooks/gce/openshift-cluster/terminate.yml
+++ b/playbooks/gce/openshift-cluster/terminate.yml
@@ -5,11 +5,6 @@
vars_files:
- vars.yml
- tasks:
- - debug: msg="Retrieve node names"
- - debug: msg="Retrieve master names"
- - debug: var=groups
-
- include: ../openshift-node/terminate.yml
vars:
oo_host_group_exp: 'groups["tag_env-host-type-{{ cluster_id }}-openshift-node"]'