Skip to content

Commit 6e39e9f

Browse files
committedOct 28, 2021
Update VM private IP becasue 100.100 is not working well with new VirtualBox
1 parent b829dff commit 6e39e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎inventory/vagrant.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
virtualbox ansible_port=22 ansible_host=192.168.100.100
1+
virtualbox ansible_port=22 ansible_host=192.168.57.100
22

33
[vagrant]
44
virtualbox

‎roles/cs.vagrant/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cs_vagrant_vm_enable_cd: no
3939
cs_vagrant_vm_enable_public_network: no
4040

4141
# Private network / local ip - if changed then creativeshop.me will not work
42-
cs_vagrant_vm_private_ip: 192.168.100.100
42+
cs_vagrant_vm_private_ip: 192.168.57.100
4343

4444
# Perform vagrant machine initialization if it does not exist
4545
cs_vagrant_initialize: no

0 commit comments

Comments
 (0)
Please sign in to comment.