blob: 589fddd2fa4526e929ba437380b7b9ece4d7cf8c (
plain)
1
2
3
4
5
6
7
8
9
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
|