7 lines
119 B
YAML
7 lines
119 B
YAML
|
---
|
||
|
- name: destroy rook storage
|
||
|
hosts: k8s_worker
|
||
|
gather_facts: true
|
||
|
become: true
|
||
|
roles:
|
||
|
- k8s_ebs_destroy
|