forked from qf-devops/vagrant-env-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodes.json
More file actions
34 lines (34 loc) · 728 Bytes
/
nodes.json
File metadata and controls
34 lines (34 loc) · 728 Bytes
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
{
"nodes": {
"gitlab.example.com": {
":ip": "192.168.32.5",
"ports": [],
":memory": 4096,
":bootstrap": "bootstrap.sh"
},
"node01.example.com": {
":ip": "192.168.32.10",
"ports": [],
":memory": 1024,
":bootstrap": "bootstrap.sh"
},
"jenkins.example.com": {
":ip": "192.168.32.20",
"ports": [],
":memory": 1024,
":bootstrap": "bootstrap.sh"
},
"sonar.example.com": {
":ip": "192.168.32.30",
"ports": [],
":memory": 1024,
":bootstrap": "bootstrap.sh"
},
"nexus.example.com": {
":ip": "192.168.32.40",
"ports": [],
":memory": 1024,
":bootstrap": "bootstrap.sh"
}
}
}