forked from maliciousgroup/GOADvSphere
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
50 lines (50 loc) · 1.66 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
{
"vsphere_server": {
"description": "IP address of your vSphere server instance",
"value": ""
},
"vsphere_username": {
"description": "vSphere SSO username (i.e. administrator@vsphere.local)",
"value": ""
},
"vsphere_password": {
"description": "vSphere SSO password",
"value": ""
},
"vsphere_esxi_host": {
"description": "IP address of the ESXi host where vSphere is installed",
"value": ""
},
"vsphere_datacenter": {
"description": "Datacenter name on your vSphere server instance (i.e. Datacenter)",
"value": ""
},
"vsphere_datastore": {
"description": "Datastore name on your vSphere server instance (i.e. datastore1)",
"value": ""
},
"http_file_host": {
"description": "The IP address of where the files are served over HTTP for pfsense and ubuntu hosts",
"value": ""
},
"tailscale_preauth_key": {
"description": "[Optional] - Tailscale Pre-Authentication key",
"value": ""
},
"pfsense_iso": {
"description": "Path to the pfSense ISO, e.g. [ISOs] pfSense-CE-2.7.2-RELEASE-amd64.iso",
"value": ""
},
"ubuntu_iso": {
"description": "Path to the Ubuntu ISO, e.g. [ISOs] Linux/Ubuntu/ubuntu-22.04.3-live-server-amd64.iso",
"value": ""
},
"windows2016_iso": {
"description": "Path to the Windows 2016 ISO, e.g. [ISOs] Windows/Server 2016/Windows_Server_2016_Datacenter_EVAL_en-us_14393_refresh.ISO",
"value": ""
},
"windows2019_iso": {
"description": "Path to the Windows 2019 ISO, e.g. [ISOs] Windows/Server 2019/17763.3650.221105-1748.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso",
"value": ""
}
}