k3s/contrib/ansible/reset.yml

8 lines
91 B
YAML
Raw Normal View History

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