We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b829dff commit 6e39e9fCopy full SHA for 6e39e9f
inventory/vagrant.ini
@@ -1,4 +1,4 @@
1
-virtualbox ansible_port=22 ansible_host=192.168.100.100
+virtualbox ansible_port=22 ansible_host=192.168.57.100
2
3
[vagrant]
4
virtualbox
roles/cs.vagrant/defaults/main.yml
@@ -39,7 +39,7 @@ cs_vagrant_vm_enable_cd: no
39
cs_vagrant_vm_enable_public_network: no
40
41
# Private network / local ip - if changed then creativeshop.me will not work
42
-cs_vagrant_vm_private_ip: 192.168.100.100
+cs_vagrant_vm_private_ip: 192.168.57.100
43
44
# Perform vagrant machine initialization if it does not exist
45
cs_vagrant_initialize: no
0 commit comments