reoganize storage roles
This commit is contained in:
7
ansible/playbooks/96_ebs_destroy.yaml
Normal file
7
ansible/playbooks/96_ebs_destroy.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: destroy rook storage
|
||||
hosts: k8s_worker
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- k8s_ebs_destroy
|
@ -4,4 +4,4 @@
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- k8s_storage_destroy
|
||||
- k8s_rook_destroy
|
Reference in New Issue
Block a user