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

Commit d180de7

Browse files
author
Giuseppe Morelli
committed
[dev] update changelog and readme
1 parent 85bcffb commit d180de7

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# GMdotnet - Vagrant Multi Machine Virtualbox
22

3-
## 1.1.0
4-
- [dev] add nfs share
5-
- [dev] add options for rsync folders
6-
- [imp] readme and instruction to use
3+
Follow guideline of [Keep a Changelog](http://keepachangelog.com) from 1.11.5
74

8-
## 1.0.0
9-
- [dev] stable version
5+
## [unreleased]
106

11-
## 0.0.1
12-
- [dev] init from gmdotnet/vagrant-lamp project
7+
### Added
8+
- rsync folder: add possibility to choose user and group owner
9+
- possibility to add extra hard disk
10+
11+
### Changed
12+
- edit readme
13+
- fix sample file
14+
15+
## [1.1.0]
16+
17+
### Added
18+
- add nfs share
19+
- add options for rsync folders
20+
21+
### Changed
22+
- readme and instruction to use
23+
24+
## [1.0.0]
25+
stable version
26+
27+
## [0.0.1]
28+
init from gmdotnet/vagrant-lamp project

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

Comments
 (0)