k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
206 B
11 lines
206 B
---
|
|
- name: Tear down heketi
|
|
hosts: kube_control_plane[0]
|
|
roles:
|
|
- { role: tear-down }
|
|
|
|
- name: Teardown disks in heketi
|
|
hosts: heketi-node
|
|
become: true
|
|
roles:
|
|
- { role: tear-down-disks }
|