-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.json
85 lines (85 loc) · 6.25 KB
/
Config.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
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
{
"vCenter": {
"EventMaxAge": 30,
"EventMaxAgeEnabled": true,
"smtpport": 25,
"smtpsender": "",
"smtpserver": "",
"TaskMaxAge": 30,
"TaskMaxAgeEnabled": true,
"vc": "192.168.2.200"
},
"scope": {
"datacenter": "*",
"cluster": "*",
"dscluster": "*",
"host": "*",
"vm": "*",
"vds": "*"
},
"Cluster": {
"drsenable": true,
"drslevel": "FullyAutomated",
"drsmode": 3,
"haenable": false
},
"DSCluster": {
"autooverrideioloadbalance": null,
"spaceutilizationthresholdpercent": null
},
"Host": {
"accountlockfailures": 5,
"accountunlocktime": 900,
"dcuiaccess": [
"root"
],
"dcuitimeout": 600,
"diskmaxlun": 1024,
"esxadminsgroup": "ESX Admins",
"esxdns": [
"192.168.2.1"
],
"esxntp": [
"pool.ntp.org"
],
"esxsyslog": [
"192.168.2.200"
],
"esxsyslogfirewallexception": false,
"iovdisableir": "TRUE",
"netdumpenabled": "false",
"netdumpsettings": [
"",
"",
"0"
],
"networkbdpufilter": 0,
"ntpservicepolicy": "automatic",
"ntpservicerunning": true,
"passwordpolicy": "retry=3 min=disabled,disabled,disabled,7,7",
"searchdomains": [
"localdomain"
],
"sshenable": false,
"sshinteractivetimeout": 0,
"sshservicepolicy": "off",
"sshtimeout": 0,
"sshwarn": 0,
"tpsforcesalting": 2,
"vibacceptancelevel": "PartnerSupported"
},
"vds": {
"healthcheckvlanmtu": null,
"mtu": null
},
"VM": {
"allowconnectedcdrom": false,
"allowcpulimit": false,
"allowmemorylimit": false,
"bootdelay": 0,
"cpureservation": 0,
"memoryreservation": 0,
"snapshotretention": 999,
"synctimesettings": false
}
}