mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-15 09:50:36 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
9 lines
152 B
YAML
9 lines
152 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
molecule_is_test: true
|
|
k3s_release_version: v0.4.0
|
|
roles:
|
|
- role: xanmanning.k3s
|