{ "ListenAddress": "127.0.0.1:1213", "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 } } } } }