mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 21:33:30 +01:00
5e39160ed9
Testing: - Added docker networking, ensure that test output is verbose. - Fix build for AmazonLinux 2 - No-deploy flag test added
13 lines
282 B
YAML
13 lines
282 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
|
|
k3s_control_workers: false
|
|
roles:
|
|
- role: xanmanning.k3s
|