move defaults into role

This commit is contained in:
John Ratliff 2024-05-09 10:46:51 +00:00
parent a6e93c5f9e
commit eb346e7fb0
2 changed files with 10 additions and 5 deletions

View file

@ -1,16 +1,18 @@
---
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
################################################################################
# options to change default values
# kube_vip_version: "v0.8.0"
# vip_interface: "eth0"
# rke2_version: "v1.29.4+rke2r1"
# rke2_install_dir: "/usr/local/bin"

View file

@ -0,0 +1,3 @@
---
kube_vip_version: v0.8.0
vip_interface: eth0