mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
9 lines
113 B
YAML
9 lines
113 B
YAML
---
|
|
|
|
- name: Reset K3s cluster
|
|
hosts: k3s_cluster
|
|
gather_facts: yes
|
|
become: yes
|
|
roles:
|
|
- role: reset
|