9 lines
167 B
YAML
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
|