1
0
IaC/ansible/playbooks/97_k8s_destroy.yaml
2022-11-02 00:40:04 +13:00

7 lines
111 B
YAML

---
- name: destroy the k8s cluster
hosts: k8s
gather_facts: true
become: true
roles:
- k8s_destroy