1
0
IaC/ansible/playbooks/k8s/97_k8s_destroy.yaml

7 lines
111 B
YAML

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