You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2018. It is now read-only.
- download latest version [https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases)
@@ -49,50 +50,50 @@ Tab indent: 4 spaces or tab
49
50
| hostname | string | Hostname of the machine ||
50
51
|||||
51
52
|**box**||||
52
-
| box > name | string | Name of the public vagrant box | Need to be publish in https://app.vagrantup.com/boxes/search|
53
-
| box > version | version x.y.z | Vagrant box version | Leave empty if you want to get latest version |
54
-
| box > check_update | boolean | Check for update of your box ||
53
+
| box > name | string | Name of the public vagrant box | Need to be publish in https://app.vagrantup.com/boxes/search|
54
+
| box > version | version x.y.z | Vagrant box version | Leave empty if you want to get latest version |
55
+
| box > check_update | boolean | Check for update of your box ||
55
56
|||||
56
57
| private_ip | ipv4 | Internal ipv4 of the machine | Don't use same subnet of your computer |
57
-
| ram | int | Amount of ram to allocate ||
58
-
| cpu | int | Amount of cpu to use ||
59
-
|**extra_hard_disk**||||
60
-
| extra_hard_disk > create | boolean | Flag to create new extra hard disk||
61
-
| extra_hard_disk > filepath | string | Relative or absolute path for new extra hard disk ||
62
-
| extra_hard_disk > size | int | Size in GB ||
58
+
| ram | int | Amount of ram to allocate ||
59
+
| cpu | int | Amount of cpu to use ||
60
+
|**extra_hard_disk**||||
61
+
| extra_hard_disk > create | boolean | Flag to create new extra hard disk ||
62
+
| extra_hard_disk > filepath | string | Relative or absolute path for new extra hard disk||
| provision > script > path | string | Relative path from Vagrantfile of your script ||
69
70
|||||
70
-
|**plugins**||||
71
-
| plugins > hostsupdater > enable | boolean | Enable or not hostsupdater plugin |https://github.com/cogitatio/vagrant-hostsupdater|
72
-
| plugins > hostsupdater > permanent | boolean | Your changes to /etc/hosts will be permanent | Only if you destroy the machine, entries in /etc/hosts will be removed |
73
-
| plugins > hostsupdater > aliases | array | domain aliases for the same ip | Leave blank for no aliases |
71
+
|**plugins**||||
72
+
| plugins > hostsupdater > enable | boolean | Enable or not hostsupdater plugin |https://github.com/cogitatio/vagrant-hostsupdater|
73
+
| plugins > hostsupdater > permanent | boolean | Your changes to /etc/hosts will be permanent | Only if you destroy the machine, entries in /etc/hosts will be removed |
74
+
| plugins > hostsupdater > aliases | array | domain aliases for the same ip | Leave blank for no aliases |
74
75
|||||
75
76
|**share**||||
76
-
| share > folder | group field | Group of shared folder via virtualbox system |https://www.vagrantup.com/docs/synced-folders/basic_usage.html|
77
-
| share > folder > host_folder | string | Path of the folder on your machine ||
78
-
| share > folder > vagrant_folder | string | Path of the folder inside vagrant machine ||
0 commit comments