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)
33
34
- extract on your favorite work folder
34
35
- rename `config/config.yaml.sample` in `config/config.yaml`
| provision > script > path | string | Relative path from Vagrantfile of your script ||
69
71
|||||
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 |
72
+
|**plugins**||||
73
+
| plugins > hostsupdater > enable | boolean | Enable or not hostsupdater plugin |https://github.com/cogitatio/vagrant-hostsupdater|
74
+
| 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 |
75
+
| plugins > hostsupdater > aliases | array | domain aliases for the same ip | Leave blank for no aliases |
74
76
|||||
75
77
|**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 ||
| rsync > folder > options | group field | Rsync parameters. One per line |https://www.vagrantup.com/docs/synced-folders/rsync.html|
91
+
| rsync > folder > exclude | group field | Exclude folders from rsync |https://www.vagrantup.com/docs/synced-folders/rsync.html#rsync__exclude|
90
92
|||||
91
93
|**nfs**||||
92
-
| nfs > folder | group field | Group of sync folder via nfs |https://www.vagrantup.com/docs/synced-folders/nfs.html|
93
-
| nfs > folder > host_folder | string | Path of the folder on your machine ||
94
-
| nfs > folder > vagrant_folder | string | Path of the folder inside vagrant machine ||
95
-
| nfs > folder > options | group field | Nfs options. One per line |https://www.vagrantup.com/docs/synced-folders/nfs.html#nfs-synced-folder-options|
94
+
| nfs > folder | group field | Group of sync folder via nfs |https://www.vagrantup.com/docs/synced-folders/nfs.html|
95
+
| nfs > folder > host_folder | string | Path of the folder on your machine ||
96
+
| nfs > folder > vagrant_folder | string | Path of the folder inside vagrant machine ||
97
+
| nfs > folder > options | group field | Nfs options. One per line |https://www.vagrantup.com/docs/synced-folders/nfs.html#nfs-synced-folder-options|
96
98
97
99
## Find out GMdotnet Vagrant projects
98
100
- Vagrant multi machine for **Amazon AWS**: [vagrant-multi-machine-amazon-aws](https://github.com/gmdotnet/vagrant-multi-machine-amazon-aws)
@@ -102,4 +104,4 @@ Tab indent: 4 spaces or tab
102
104
Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).<br />Please create your pull request against the `develop` branch
103
105
104
106
### Credits
105
-
Giuseppe Morelli - [giuseppemorelli.net](https://giuseppemorelli.net)
107
+
Giuseppe Morelli - [giuseppemorelli.net](https://www.giuseppemorelli.net)
0 commit comments