This repository has been archived on 2025-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Packer.Images/packer/variables.vsphere.json.removed
djpbessems b3e7070f6e
Some checks failed
continuous-integration/drone/push Build is failing
Migrate to .hcl;Add new packer init step
2021-06-04 16:41:43 +02:00

11 lines
450 B
Plaintext

{
"vcenter_server": "bv11-vc.bessems.lan",
"vsphere_username": "administrator@vsphere.local",
"vsphere_datacenter": "DeSchakel",
"vsphere_host": "bv11-esx.bessems.lan",
"vsphere_hostip": "192.168.11.200",
"vsphere_datastore": "Datastore01.SSD",
"vsphere_folder": "/Packer",
"vsphere_templatefolder": "/Templates",
"vsphere_network": "LAN"
}