diff options
| author | Jhon Honce <jhonce@redhat.com> | 2015-03-19 15:06:38 -0700 | 
|---|---|---|
| committer | Jhon Honce <jhonce@redhat.com> | 2015-03-24 11:23:25 -0700 | 
| commit | 85e6948fca954d3c066bf5a6123ada6b96adf45c (patch) | |
| tree | d7e49583abbc58b779239857ee401725fb6ce73d /playbooks/gce/openshift-cluster | |
| parent | 011ff923489fd1dd5fa072a685ce881ab69b8f1c (diff) | |
| download | openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.tar.gz openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.tar.bz2 openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.tar.xz openshift-85e6948fca954d3c066bf5a6123ada6b96adf45c.zip  | |
* Add DOCKER chain to iptables
Diffstat (limited to 'playbooks/gce/openshift-cluster')
| -rw-r--r-- | playbooks/gce/openshift-cluster/terminate.yml | 5 | 
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"]'  | 
