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
This commit is contained in:
parent
bd222ce39e
commit
b2b028a16c
19 changed files with 375 additions and 147 deletions
|
|
@ -1,10 +1,9 @@
|
|||
export VAGRANT_BRIDGE='Intel(R) Ethernet Connection (16) I219-V'
|
||||
|
||||
# Network configuration for Vagrant/Ansible
|
||||
|
||||
# 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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue