Fix hypervisor settings
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2023-01-17 11:49:16 +01:00
parent c2219a5ddc
commit 2a9841fb0c

View File

@ -1,9 +1,9 @@
vcenter_server = "bv11-vc.bessems.lan" vcenter_server = "bv11-vc.bessems.lan"
vsphere_username = "administrator@vsphere.local" vsphere_username = "administrator@vsphere.local"
vsphere_datacenter = "DeSchakel" vsphere_datacenter = "DeSchakel"
vsphere_cluster = "Cluster.01" vsphere_cluster = "Cluster.Legacy"
vsphere_host = "bv11-esx02.bessems.lan" vsphere_host = "bv11-esx.bessems.lan"
vsphere_datastore = "NAS01.RAID5" vsphere_datastore = "ESX00.SSD01"
vsphere_folder = "/Packer" vsphere_folder = "/Packer"
vsphere_templatefolder = "/Templates" vsphere_templatefolder = "/Templates"
vsphere_network = "LAN" vsphere_network = "LAN"