Files
dsk-iac/ansible/kubespray/contrib/network-storage/heketi/heketi-tear-down.yml
2023-12-19 14:31:22 +09:00

10 lines
147 B
YAML

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