k3s-ansible/reset.yml

8 lines
91 B
YAML

---
- hosts: k3s_cluster
gather_facts: yes
become: yes
roles:
- { role: reset }