mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 01:12:22 +00:00
18 lines
402 B
YAML
18 lines
402 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
|
|
|
|
rke2_version: "v1.29.4+rke2r1"
|
|
rke2_install_dir: "/usr/local/bin"
|
|
rke2_binary_url: "https://github.com/rancher/rke2/releases/download/{{ rke2_version }}/rke2.linux-amd64"
|
|
|
|
ansible_become: true
|
|
ansible_become_method: sudo
|