-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvhr.json
More file actions
30 lines (30 loc) · 940 Bytes
/
vhr.json
File metadata and controls
30 lines (30 loc) · 940 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
{
"SourceISO": "VeeamInfrastructureAppliance_13.0.1.180_20251101.iso",
"OutputISO": "VHR_13.0.1.180_20251101.iso",
"ApplianceType": "VIAHR",
"InPlace": false,
"CreateBackup": true,
"CleanupCFGFiles": false,
"CFGOnly": false,
"GrubTimeout": 0,
"KeyboardLayout": "fr",
"Timezone": "Europe/Paris",
"Hostname": "VHR",
"UseDHCP": true,
"StaticIP": "192.168.1.147",
"Subnet": "255.255.255.0",
"Gateway": "192.168.1.1",
"DNSServers": ["192.168.1.64", "8.8.8.4", "8.8.8.8"],
"VeeamAdminPassword": "123q123Q123!123",
"VeeamAdminMfaSecretKey": "JBSWY2DPEHPK2PXP",
"VeeamAdminIsMfaEnabled": "true",
"VeeamSoPassword": "123w123W123!123",
"VeeamSoMfaSecretKey": "JBSWY2DPEHPK2PXP",
"VeeamSoIsMfaEnabled": "true",
"VeeamSoRecoveryToken": "12345678-90ab-cdef-1234-567890abcdef",
"VeeamSoIsEnabled": "true",
"NtpServer": "time.nist.gov",
"NtpRunSync": "true",
"NodeExporter": false,
"Debug": false
}