Fix hypervisor settings
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2023-01-17 11:49:16 +01:00
parent c2219a5ddc
commit 2a9841fb0c
1 changed files with 3 additions and 3 deletions

View File

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