mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-15 10:45:12 +01:00
11 lines
191 B
YAML
11 lines
191 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
molecule_is_test: true
|
|
k3s_release_version: v1.18.6+k3s1
|
|
k3s_install_hard_links: true
|
|
roles:
|
|
- role: xanmanning.k3s
|