diff options
author | Jhon Honce <jhonce@redhat.com> | 2015-03-06 13:52:20 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2015-03-24 11:04:22 -0700 |
commit | 7c7cb82fdd5583784fd5832b92886abf86934325 (patch) | |
tree | 52b109394947ecc960ac458a6c69dce334a46467 /playbooks/gce/openshift-master/terminate.yml | |
parent | 1c1df6a5733626865efc607d063f2a2a9b80499b (diff) | |
download | openshift-7c7cb82fdd5583784fd5832b92886abf86934325.tar.gz openshift-7c7cb82fdd5583784fd5832b92886abf86934325.tar.bz2 openshift-7c7cb82fdd5583784fd5832b92886abf86934325.tar.xz openshift-7c7cb82fdd5583784fd5832b92886abf86934325.zip |
Use ansible playbook to initialize openshift cluster
* Added playbooks/gce/openshift-cluster
* Added bin/cluster (will replace cluster.sh)
Diffstat (limited to 'playbooks/gce/openshift-master/terminate.yml')
-rw-r--r-- | playbooks/gce/openshift-master/terminate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/gce/openshift-master/terminate.yml b/playbooks/gce/openshift-master/terminate.yml index 76e1404b5..f1345874a 100644 --- a/playbooks/gce/openshift-master/terminate.yml +++ b/playbooks/gce/openshift-master/terminate.yml @@ -12,7 +12,7 @@ - debug: msg="{{ groups['oo_hosts_to_terminate'] }}" -- name: Terminate instances +- name: Terminate master instances hosts: localhost connection: local tasks: |