7 lines
111 B
YAML
7 lines
111 B
YAML
---
|
|
- name: destroy the k8s cluster
|
|
hosts: k8s
|
|
gather_facts: true
|
|
become: true
|
|
roles:
|
|
- k8s_destroy |