forked from maliciousgroup/GOADvSphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 974 Bytes
/
Copy pathconfig.json
File metadata and controls
34 lines (34 loc) · 974 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
{
"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 your provisioning machine [this machine] (i.e. 192.168.1.x)",
"value": ""
},
"tailscale_preauth_key": {
"description": "[Optional] - Tailscale Pre-Authentication key",
"value": ""
}
}