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

7 lines
111 B
YAML
Raw Normal View History

2022-11-01 07:40:04 -04:00
---
- name: destroy the k8s cluster
hosts: k8s
gather_facts: true
become: true
roles:
- k8s_destroy