Change heketi-tear-down to run on nodes instead of localhost delegate_to

This commit is contained in:
Simon Li
2018-07-27 16:33:43 +01:00
committed by Sascha Marcel Schmidt
parent 8ac57201a7
commit d284961d47
3 changed files with 12 additions and 17 deletions

View File

@@ -1,4 +1,9 @@
---
- hosts: localhost
- hosts: kube-master[0]
roles:
- { role: tear-down }
- hosts: heketi-node
become: yes
roles:
- { role: tear-down-disks }