-
Notifications
You must be signed in to change notification settings - Fork 1
/
compile-csf.sample.json
41 lines (41 loc) · 1.12 KB
/
compile-csf.sample.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
{
"zeus": {
"hostname": "zeus.example.com",
"container": "esxi",
"type": "debian",
"os": "debian9",
"ipv4": "172.16.0.100",
"ipv6": "fd00:1:2:3::100",
"portSsh": 1022,
"sshFingerprint": "E917FB8E51F2CAEC1FD3236CBD598248DADA6C83",
"csfConf": {
"PT_LOAD_LEVEL": 6
}
},
"hades": {
"hostname": "hades.example.com",
"container": "esxi",
"type": "debian",
"os": "debian9",
"ipv4": "172.16.0.101",
"ipv6": "fd00:1:2:3::101",
"portSsh": 1022,
"sshFingerprint": "8E7BBEE0F6B7C0EA16E761408D97D6C33762A406",
"csfConf": {
"PT_LOAD_LEVEL": 4
}
},
"poseidon": {
"hostname": "poseidon.example.com",
"container": "esxi",
"type": "debian",
"os": "debian9",
"ipv4": "172.16.0.101",
"ipv6": "fd00:1:2:3::101",
"portSsh": 1022,
"sshFingerprint": "5A5B395A5ED3370FAD9EC6C31E909B2099AEB560",
"csfConf": {
"PT_LOAD_LEVEL": 12
}
}
}