infctl-cli/.envrc.example
jon brookes b2b028a16c feat: add Ingress and Service configurations for nginx deployment, and implement MetalLB and Traeik installation scripts
refactor: remove obsolete Traefik installation script

feat: add environment checks and configurations for Vagrant setup, including dnsmasq  MetalLB  and ingress
2025-08-24 17:35:03 +01:00

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"