22## ##
33## GMdotnet ##
44## Vagrant Multi Machine Virtualbox ##
5- ## Version 0 .0.1 ##
5+ ## Version 1 .0.0 ##
66## ##
77## Config file ##
88#######################################
@@ -29,8 +29,63 @@ gmdotnet:
2929 path: "script/backup_database.sh"
3030 plugin:
3131 hostsupdater:
32- enable: yes # enable hostsupdater plugin
33- permanent: yes # your changes to /etc/hosts will be permanent
32+ enable: no # enable hostsupdater plugin
33+ permanent: no # your changes to /etc/hosts will be permanent
34+ aliases: ["alias.gmweb", "alias2.gmweb"] # alias for same ip in your file hosts, leave blank for no aliases
35+ # SHARED FOLDERS
36+ share:
37+ # - folder:
38+ # host_folder: /var/www/myproject.com
39+ # vagrant_folder: /var/www/myproject.com
40+ # owner: vagrant
41+ # group: vagrant
42+ # - folder:
43+ # host_folder: /mnt/archive
44+ # vagrant_folder: /mnt/archive
45+ # owner: vagrant
46+ # group: vagrant
47+ # RSYNC FOLDERS
48+ rsync:
49+ # - folder:
50+ # host_folder: /mnt/extra/rsync
51+ # vagrant_folder: /mnt/extra/rsync
52+ # options:
53+ # - "-a"
54+ # - "-r"
55+ # - "-v"
56+ # - "-z"
57+ # - "--delete"
58+ # - folder:
59+ # host_folder: /mnt/extra/rsync2
60+ # vagrant_folder: /mnt/extra/rsync2
61+ # options:
62+ # - "-a"
63+ # - "-r"
64+ # - "-v"
65+ # - "-z"
66+ - host:
67+ # enable or not the machine
68+ # if you not enable the machine, it will not be created
69+ enable: no
70+ vagrantbox_name: gmdb
71+ hostname: gmdb
72+ box:
73+ name: giuseppemorelli/lamp-stack
74+ version: 1.0.2 # leave empty if you want the latest version
75+ check_update: yes
76+ private_ip: 192.168.250.11
77+ ram: 1024
78+ provision:
79+ ansible:
80+ enable: no
81+ playbook_path: "ansible/playbook.yml"
82+ script:
83+ enable: no
84+ path: "script/backup_database.sh"
85+ plugin:
86+ hostsupdater:
87+ enable: no # enable hostsupdater plugin
88+ permanent: no # your changes to /etc/hosts will be permanent
3489 aliases: ["alias.gmweb", "alias2.gmweb"] # alias for same ip in your file hosts, leave blank for no aliases
3590 # SHARED FOLDERS
3691 share:
0 commit comments