mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
8 lines
91 B
YAML
8 lines
91 B
YAML
---
|
|
|
|
- hosts: k3s-cluster
|
|
gather_facts: yes
|
|
become: yes
|
|
roles:
|
|
- { role: reset }
|