18 lines
354 B
YAML
18 lines
354 B
YAML
- name: Bootstrap single-node k3s GitOps platform
|
|
hosts: k3s
|
|
user: root
|
|
become: yes
|
|
gather_facts: yes
|
|
tasks:
|
|
- include_role:
|
|
name: vhosts/k3s_platform_bootstrap
|
|
|
|
- name: Addon | single-node k3s platform
|
|
hosts: k3s
|
|
user: root
|
|
become: yes
|
|
gather_facts: yes
|
|
tasks:
|
|
- include_role:
|
|
name: vhosts/k3s_platform_addon
|