mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-12-13 14:30:17 +01:00
c743df868b
This release also fixes: - #38 : removing the --disable-agent option. Please use node taints. - #39 : clarified where jmespath should be installed in README.md
12 lines
251 B
YAML
12 lines
251 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
vars:
|
|
molecule_is_test: true
|
|
k3s_use_docker: true
|
|
k3s_https_port: 26443
|
|
k3s_flannel_backend: wireguard
|
|
k3s_cluster_domain: examplecluster.local
|
|
roles:
|
|
- role: xanmanning.k3s
|