Assign vagrant configuration by project root
This commit is contained in:
parent
87e34788c8
commit
6c51f510fa
2 changed files with 12 additions and 7 deletions
|
@ -9,10 +9,12 @@
|
|||
|
||||
vagrant_box: geerlingguy/debian9
|
||||
|
||||
# If you need to run multiple instances of Drupal VM, set a unique hostname,
|
||||
# and machine name
|
||||
vagrant_hostname: agaric.local
|
||||
vagrant_machine_name: agaric-com-vm
|
||||
# These variables are no longer honored. In order to use them specifically,
|
||||
# revert the changes to use vconfig values in <project_root>/box/Vagrant
|
||||
# And disable the pre-tasks
|
||||
# vagrant_hostname: drutopia.local
|
||||
# vagrant_machine_name: drutopia-com-vm
|
||||
|
||||
# You can specify an IP, or else the vagrant-auto_network will set it for you:
|
||||
vagrant_ip: 0.0.0.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue