mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
* project: fix ansible-lint name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: ignore jinja template error in names Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: capitalize ansible name Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: update notify after name capitalization Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
12 lines
205 B
YAML
12 lines
205 B
YAML
---
|
|
- name: Tear down heketi
|
|
hosts: kube_control_plane[0]
|
|
roles:
|
|
- { role: tear-down }
|
|
|
|
- name: Teardown disks in heketi
|
|
hosts: heketi-node
|
|
become: yes
|
|
roles:
|
|
- { role: tear-down-disks }
|