mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Change heketi-tear-down to run on nodes instead of localhost delegate_to
This commit is contained in:
committed by
Sascha Marcel Schmidt
parent
8ac57201a7
commit
d284961d47
@@ -1,4 +1,9 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
- hosts: kube-master[0]
|
||||
roles:
|
||||
- { role: tear-down }
|
||||
|
||||
- hosts: heketi-node
|
||||
become: yes
|
||||
roles:
|
||||
- { role: tear-down-disks }
|
||||
|
||||
Reference in New Issue
Block a user