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