Migrate to .hcl;Add new packer init step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-04 16:41:43 +02:00
parent 22f7a433f7
commit b3e7070f6e
5 changed files with 243 additions and 4 deletions

View File

@ -0,0 +1,11 @@
{
"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"
}