1- [ ![ stable version] ( https://img.shields.io/badge/stable%20version-1.1 .0-green.svg?style=flat-square )] ( https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases/tag/1.1 .0 )
1+ [ ![ stable version] ( https://img.shields.io/badge/stable%20version-1.2 .0-green.svg?style=flat-square )] ( https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases/tag/1.2 .0 )
22[ ![ develop] ( https://img.shields.io/badge/beta%20version-branch%20develop-oran.svg?style=flat-square )] ( https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/tree/develop )
33[ ![ license] ( https://img.shields.io/badge/license-OSL--3-blue.svg?style=flat-square )] ( https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/blob/master/LICENSE.txt )
44[ ![ gitter] ( https://img.shields.io/gitter/room/nwjs/nw.js.svg )] ( https://gitter.im/GMdotnet/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link )
@@ -55,7 +55,12 @@ Tab indent: 4 spaces or tab
5555| box > check_update | boolean | Check for update of your box | |
5656| | | | |
5757| private_ip | ipv4 | Internal ipv4 of the machine | Don't use same subnet of your computer |
58- | ram | int | Amout of ram to allocate | |
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 | |
63+ | extra_hard_disk > size | int | Size in GB | |
5964| | | | |
6065| ** provision** | | | |
6166| provision > ansible > enable | boolean | Enable Ansible provisioning | |
@@ -79,6 +84,8 @@ Tab indent: 4 spaces or tab
7984| rsync > folder | group field | Group of sync folder via rsync | |
8085| rsync > folder > host_folder | string | Path of the folder on your machine | |
8186| rsync > folder > vagrant_folder | string | Path of the folder inside vagrant machine | |
87+ | rsync > folder > owner | string | Change owner folder inside vagrant machine | Default: vagrant |
88+ | rsync > folder > group | string | Change owner folder inside vagrant machine | Default: vagrant |
8289| rsync > folder > options | group field | Rsync parameters. One per line | https://www.vagrantup.com/docs/synced-folders/rsync.html |
8390| rsync > folder > exclude | group field | Exclude folders from rsync | https://www.vagrantup.com/docs/synced-folders/rsync.html#rsync__exclude |
8491| | | | |
0 commit comments