kubespray/contrib/network-storage/heketi/heketi-tear-down.yml

10 lines
147 B
YAML

---
- hosts: kube_control_plane[0]
roles:
- { role: tear-down }
- hosts: heketi-node
become: yes
roles:
- { role: tear-down-disks }