ansible-role-k3s/molecule/default/playbook-docker-altport-wireguard.yml

14 lines
282 B
YAML
Raw Normal View History

---
- 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