diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-24 08:10:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 08:10:53 -0500 |
commit | 7e112b2c5893623dcd059813c993b0fab57e58b4 (patch) | |
tree | fb226772ec0f0273cef60f903ab7f3bd17d06e68 /playbooks/gcp/openshift-cluster/deprovision.yml | |
parent | dd5c2a24872490f34be8516e4f03a4076be35789 (diff) | |
parent | f2b14d2e76d8a9b19d9515f00c0eac85876363f5 (diff) | |
download | openshift-7e112b2c5893623dcd059813c993b0fab57e58b4.tar.gz openshift-7e112b2c5893623dcd059813c993b0fab57e58b4.tar.bz2 openshift-7e112b2c5893623dcd059813c993b0fab57e58b4.tar.xz openshift-7e112b2c5893623dcd059813c993b0fab57e58b4.zip |
Merge pull request #6541 from smarterclayton/move_gcp_in
Allow openshift-ansible image to deploy to GCP
Diffstat (limited to 'playbooks/gcp/openshift-cluster/deprovision.yml')
-rw-r--r-- | playbooks/gcp/openshift-cluster/deprovision.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/gcp/openshift-cluster/deprovision.yml b/playbooks/gcp/openshift-cluster/deprovision.yml new file mode 100644 index 000000000..589fddd2f --- /dev/null +++ b/playbooks/gcp/openshift-cluster/deprovision.yml @@ -0,0 +1,10 @@ +# This playbook terminates a running cluster +--- +- name: Terminate running cluster and remove all supporting resources in GCE + hosts: localhost + connection: local + tasks: + - include_role: + name: openshift_gcp + vars: + state: absent |