-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodes.json
45 lines (45 loc) · 1.31 KB
/
nodes.json
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
{
"nodes": {
"puppet.example.com": {
":ip": "192.168.35.5",
"ports": [],
":memory": 4096,
":box": "puppetlabs/centos-7.0-64-puppet",
":bootstrap": "bootstrap-foreman.sh",
"synced_folders": {".":"/vagrant","puppetmaster/modules":"/etc/puppetlabs/code/environments/modules",
"puppetmaster/files":"/etc/puppetlabs/code/environments/files"}
},
"puppetdb.example.com": {
":ip": "192.168.35.6",
"ports": [],
":memory": 1024,
":box": "puppetlabs/centos-7.0-64-puppet",
":bootstrap": "bootstrap-foreman.sh",
"synced_folders": {".":"/vagrant"}
},
"agent01.example.com": {
":ip": "192.168.35.20",
"ports": [],
":memory": 1024,
":box": "puppetlabs/centos-7.0-64-puppet",
":bootstrap": "bootstrap-node-rhel.sh",
"synced_folders": {".":"/vagrant"}
},
"agent02.example.com": {
":ip": "192.168.35.21",
"ports": [],
":memory": 1024,
":box": "puppetlabs/centos-7.0-64-puppet",
":bootstrap": "bootstrap-node-rhel.sh",
"synced_folders": {".":"/vagrant"}
},
"agent03": {
":ip": "192.168.35.22",
"ports": [],
":memory": 2048,
":box": "w2012",
":bootstrap": "bootstrap-node-windows.bat",
"synced_folders": {".":"/vagrant"}
}
}
}