update: add network configuration variables and enhance Ansible playbooks for dynamic IP handling
This commit is contained in:
parent
eba7f8322d
commit
ae59661982
6 changed files with 68 additions and 31 deletions
9
.envrc.example
Normal file
9
.envrc.example
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export VAGRANT_BRIDGE='Intel(R) Ethernet Connection (16) I219-V'
|
||||
|
||||
# Network configuration for Vagrant/Ansible
|
||||
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue