esxlib/server.json.example

50 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-06-24 19:57:08 +00:00
{
2023-09-02 17:53:56 +00:00
"ListenAddress": ":1213",
2023-06-24 19:57:08 +00:00
"Token": "",
"TLS": {
"KeyPath": "",
"CertPath": ""
},
"Zones": {
"main": {
"Name": "Main ESX Server",
"Host": "10.0.0.2",
"User": "esxuser",
"Password": "esxpassword",
"HostDefaults": {
"DefaultNetwork": "Test",
"DefaultDatastore": "nvme1",
"SlugSource": "/vmfs/volumes/datastore1/slugs",
"Slugs": {
"ubuntu-lunar-1gb-1cpu": {
"Image": "ubuntu-lunar",
"CpuCount": 1,
"MemoryMB": 1024,
"DiskSizeGB": 16,
"Cost": 100
}
}
}
},
"lab": {
"Name": "LAB Esx Server",
"Host": "10.0.0.3",
"User": "esxuser",
"Password": "esxpassword",
"HostDefaults": {
"DefaultNetwork": "Test",
"DefaultDatastore": "nvme1",
"SlugSource": "/vmfs/volumes/datastore1/slugs",
"Slugs": {
"ubuntu-lunar-1gb-1cpu": {
"Image": "ubuntu-lunar",
"CpuCount": 1,
"MemoryMB": 1024,
"DiskSizeGB": 16,
"Cost": 100
}
}
}
}
}