Packer.Images/packer/vsphere.auto.pkrvars.hcl
djpbessems b0615f11d1
Some checks failed
continuous-integration/drone/push Build is failing
Migrate to HCL;Add packer init step;Add variable definitions
2021-06-04 22:16:06 +02:00

9 lines
375 B
HCL

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"