forked from webdevops/vagrant-docker-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvm.yml
More file actions
54 lines (44 loc) · 1.24 KB
/
vm.yml
File metadata and controls
54 lines (44 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
# ++++++++++++++++++++++++++++++++++++++++++++++++#
# Vagrant Provisioning Configuration #
# ++++++++++++++++++++++++++++++++++++++++++++++++#
#
# Defaults can be found in
# provision/ansible/default.yml
#
# ++++++++++++++++++++++++++++++++++++++++++++++++
###################
# User/Profile info
###################
PROFILE:
## git informations
email: 'user@example.com'
realname: 'FULL NAME'
## default shell
shell: '/bin/zsh'
## zsh shell layout [prezto,grml]
zshShell: 'grml'
## automatic ssh key fetching from github
#githubUser: 'example'
###################
# Provisioning features
###################
PROVISION:
packages: 'full' # full or minimal
samba: 1 # Samba server
ntp: 1 # Time synchronization
mail: 1 # Mail sandbox
php: 1 # Local PHP
docker: 1 # Docker server
dockerProxy: 1 # Docker reverse proxy for containers (apache)
clitools: 1 # CliTools
###################
# VM SETTINGS
###################
VM:
## Development domain (automatic redirect of *.vm for internal use)
developmentDomain: 'vm'
## Insecure registry for Docker
#dockerRegistry: ''
## Password for growl server
growlPassword: ''