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.
| 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 |
| 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
+
| box > 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 |
| provision > script > path | string | Relative path from Vagrantfile of your script ||
54
58
55
59
## Contribution
56
60
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
0 commit comments