|
1 | | -[](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases/tag/1.0.0) |
| 1 | +[](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/releases/tag/1.1.0) |
2 | 2 | [](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/tree/develop) |
3 | 3 | [](https://github.com/gmdotnet/vagrant-multi-machine-virtualbox/blob/master/LICENSE.txt) |
4 | 4 | [](https://gitter.im/GMdotnet/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) |
@@ -38,6 +38,20 @@ See `BOXES.md` for software installed list. |
38 | 38 | - (optional) make your configuration on vagrant machine entering by run `vagrant ssh` |
39 | 39 | - have fun and happy coding! |
40 | 40 |
|
| 41 | +### Config file `config.yaml` |
| 42 | + |
| 43 | +| Field | Type | Description | Note | |
| 44 | +| --------------- | ------------- | --------------------------------------------------- | ---- | |
| 45 | +| host | group field | Each group of `host` create a machine in virtualbox | | |
| 46 | +| enable | boolean | Enable or not the machine | Disabled machine aren't managed by Vagrant file, so if you want to destroy it you have to make this flag with `yes` | |
| 47 | +| vagrantbox_name | string | Name for vagrant software | | |
| 48 | +| hostname | string | Hostname of the machine | | |
| 49 | +| box > name | string | Name of the public vagrant box | Need to be publish in https://app.vagrantup.com/boxes/search | |
| 50 | +| box > version | version x.y.z | Vagrant box version | | |
| 51 | +| check_update | boolean | Check for update of your box | | |
| 52 | +| private_ip | ipv4 | Internal ipv4 of the machine | Don't use same subnet of your computer | |
| 53 | +| ram | int | Amout of ram to allocate | | |
| 54 | + |
41 | 55 | ## Contribution |
42 | 56 | 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 |
43 | 57 |
|
|
0 commit comments