Files
homelab/infra/ansible/playbooks/bootstrap.yaml
2026-03-21 09:53:50 +00:00

9 lines
120 B
YAML

---
- name: Bootstrap all nodes
hosts: k3s_cluster
become: true
roles:
- common
- hardening
- storage