mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2024-11-16 10:35:16 +01:00
8 lines
87 B
YAML
8 lines
87 B
YAML
---
|
|
|
|
- hosts: k3s_cluster
|
|
gather_facts: yes
|
|
become: yes
|
|
roles:
|
|
- role: reset
|