k3s-ansible/reset.yml

9 lines
113 B
YAML

---
- name: Reset K3s cluster
hosts: k3s_cluster
gather_facts: yes
become: yes
roles:
- role: reset