1
0
IaC/ansible/playbooks/k8s/96_rook_destroy.yaml

7 lines
120 B
YAML
Raw Normal View History

2022-11-02 09:18:55 +00:00
---
- name: destroy rook storage
hosts: k8s_worker
gather_facts: true
become: true
roles:
2022-12-05 10:18:04 +00:00
- k8s_rook_destroy