playbooks/init_k3s_single_node_gitops.yml
2026-04-03 07:05:03 +08:00

9 lines
167 B
YAML

- name: Bootstrap single-node k3s GitOps platform
hosts: all
user: root
become: yes
gather_facts: yes
tasks:
- include_role:
name: k3s_bootstrap