-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinvade.yml.dist
executable file
·102 lines (85 loc) · 2.09 KB
/
invade.yml.dist
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
invade:
# debug: true
#hostmanager:
# enabled: true
# Machine settings. Each entry is one box
machines:
# Machine 1 (default)
default:
# VM related settings
vm:
box: boxcutter/debian82
hostname: 'invade.vm'
# Network settings
network:
private:
ip: '10.42.133.7'
# SSH settings
ssh:
forward_agent: true
# Provider related settings. Performance, naming
provider:
vmware:
name: 'invade'
cores: 4
memory: 512
virtualbox:
name: 'invade'
cores: 4
memory: 512
# Synced Folder settings
# synced_folder:
# www:
# type: nfs
# path: '/www'
# source: '..'
# mount_options:
# - nolock
#
# ssh:
# type: nfs
# path: '/home/vagrant/.ssh/'
# source: '/Users/$USER/.ssh/'
# provision:
# set-permissions:
# type: shell-inline
# inline: 'chmod 777 /tmp'
# run-composer:
# type: shell
# path: '/home/vagrant/provision/shell/run-composer.sh'
# puppet-agent:
# type: 'puppet'
# manifests_path: 'puppet/manifests'
# manifest_file: 'init.pp'
# module_path:
# - 'puppet/modules'
# - 'puppet/vendor'
# facter:
# composer: true
# shared_folder_type: 'nfs'
# shared_folder_path: '/www'
# package_state: 'present'
# apt_update: true
nfs:
map_uid: Process.uid
map_gid: Process.gid
#functional: true
#verify_installed: false
plugin:
#hostmanager:
# aliases:
# - my-1337-project.local
#winnfsd:
# enabled: true
# loggin: false
#r10k:
# enabled: true
# puppet_dir: 'puppet'
# puppetfile_path: 'puppet/Puppetfile'
# module_path: 'puppet/vendor'
# modules:
# ssh:
# url: 'https://github.com/innogames/invade-puppet-ssh.git'
# mysql:
# url: 'https://github.com/example42/puppet-mysql.git'
# version: '2.1.5'