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

10 lines
140 B
YAML
Raw Normal View History

2018-07-05 00:15:05 +00:00
---
- hosts: kube-master[0]
2018-07-05 00:15:05 +00:00
roles:
- { role: tear-down }
- hosts: heketi-node
become: yes
roles:
- { role: tear-down-disks }