John Ratliff dffd6962a4 move rke2 vars to role
default values are in defaults
url in vars since that pattern should never change
2024-05-09 10:25:29 +00:00

17 lines
329 B
YAML

os: "linux"
arch: "amd64"
kube_vip_version: "v0.8.0"
vip_interface: eth0
vip: 192.168.3.50
metallb_version: v0.13.12
lb_range: 192.168.3.80-192.168.3.90
lb_pool_name: first-pool
# Set this if you want a different rke2 version than the default
# rke2_version: "v1.29.4+rke2r1"
ansible_become: true
ansible_become_method: sudo