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