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

7 lines
120 B
YAML
Raw Normal View History

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