12 lines
205 B
YAML
12 lines
205 B
YAML
---
|
|
- name: Tear down heketi
|
|
hosts: kube_control_plane[0]
|
|
roles:
|
|
- { role: tear-down }
|
|
|
|
- name: Teardown disks in heketi
|
|
hosts: heketi-node
|
|
become: yes
|
|
roles:
|
|
- { role: tear-down-disks }
|