mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-15 01:40:19 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
12 lines
254 B
YAML
12 lines
254 B
YAML
---
|
|
- name: Converge
|
|
hosts: node1
|
|
become: true
|
|
become_user: k3suser
|
|
vars:
|
|
molecule_is_test: true
|
|
k3s_non_root: true
|
|
k3s_use_experimental: true
|
|
k3s_install_dir: "/home/{{ ansible_user_id }}/bin"
|
|
roles:
|
|
- role: xanmanning.k3s
|