deprovision.yml 248 B

12345678910
  1. # This playbook terminates a running cluster
  2. ---
  3. - name: Terminate running cluster and remove all supporting resources in GCE
  4. hosts: localhost
  5. connection: local
  6. tasks:
  7. - include_role:
  8. name: openshift_gcp
  9. vars:
  10. state: absent