ClusterAPI.imageBuilder/packer/ova/vsphere.json
Danny Bessems 210ed7ba56
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Add packer hypervisor configuration
2023-02-22 22:02:32 +01:00

18 lines
437 B
JSON

{
"cluster": "Cluster.01",
"host": "bv11-esx02.bessems.lan",
"convert_to_template": "false",
"create_snapshot": "true",
"datacenter": "DeSchakel",
"datastore": "ESX02.SSD02",
"folder": "/Packer",
"insecure_connection": "true",
"linked_clone": "true",
"network": "LAN",
"password": "",
"resource_pool": "",
"template": "",
"username": "administrator@vsphere.local",
"vcenter_server": "bv11-vc.bessems.lan"
}