refactor: remove obsolete Traefik installation script feat: add environment checks and configurations for Vagrant setup, including dnsmasq MetalLB and ingress
9 lines
330 B
Text
9 lines
330 B
Text
# export VAGRANT_BRIDGE='Intel(R) Ethernet Connection (16) I219-V'
|
|
export WORKSTATION_IP="192.168.56.10"
|
|
export VM1_IP="192.168.56.80"
|
|
export VM2_IP="192.168.56.81"
|
|
export VM3_IP="192.168.56.82"
|
|
export VAGRANT_NETWORK_PREFIX="192.168.56"
|
|
export K3S_URL_IP="192.168.56.250"
|
|
export METALLB_IP_RANGE="192.168.56.230-192.168.56.240"
|
|
|