k3s/contrib/ansible/reset.yml

8 lines
91 B
YAML

---
- hosts: k3s-cluster
gather_facts: yes
become: yes
roles:
- { role: reset }