reoganize storage roles

This commit is contained in:
2022-12-05 23:18:04 +13:00
parent 3e70f70fa3
commit f230db3739
21 changed files with 17515 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
- name: destroy rook storage
hosts: k8s_worker
gather_facts: true
become: true
roles:
- k8s_ebs_destroy

View File

@ -4,4 +4,4 @@
gather_facts: true
become: true
roles:
- k8s_storage_destroy
- k8s_rook_destroy