Skip to content
This repository was archived by the owner on Oct 25, 2018. It is now read-only.

Commit d976a27

Browse files
author
Giuseppe Morelli
committed
[dev] changelog
- update version - update for config.yaml file
1 parent ab54cf0 commit d976a27

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GMdotnet - Vagrant Multi Machine Virtualbox
22

3-
- [dev] nfs share
3+
## 1.1.0
4+
- [dev] add nfs share
45

56
## 1.0.0
67
- [dev] stable version

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,21 @@ See `BOXES.md` for software installed list.
4040

4141
### Config file `config.yaml`
4242

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 | |
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+
| 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 |
53+
| ram | int | Amout of ram to allocate | |
54+
| provision > ansible > enable | boolean | Enable Ansible provisioning | |
55+
| provision > ansible > playbook_path | string | Relative path from Vagrantfile of your Ansible Playbook | |
56+
| provision > script > enable | boolean | Enable script provisioning | |
57+
| provision > script > path | string | Relative path from Vagrantfile of your script | |
5458

5559
## Contribution
5660
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

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## ##
66
## GMdotnet ##
77
## Vagrant Multi Machine Virtualbox ##
8-
## Version 1.0.0 ##
8+
## Version 1.1.0 ##
99
## ##
1010
#######################################
1111

config/config.yaml.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## ##
33
## GMdotnet ##
44
## Vagrant Multi Machine Virtualbox ##
5-
## Version 1.0.0 ##
5+
## Version 1.1.0 ##
66
## ##
77
## Config file ##
88
#######################################

0 commit comments

Comments
 (0)