Files
docker-ansible/kube-cluster/playbooks/k3s-node.yaml
Bernhard Radermacher 459d124159 node installation
2025-08-27 05:54:16 +00:00

9 lines
109 B
YAML

---
---
- name: Install k3s Node (agent)
hosts: nodes
gather_facts: false
roles:
- role: k3s-node