Added packer Debian 12 build
This commit is contained in:
26
packer/linux/debian-12-x64/conf.pkrvars.hcl
Normal file
26
packer/linux/debian-12-x64/conf.pkrvars.hcl
Normal file
@ -0,0 +1,26 @@
|
||||
vcenter_datacenter = "DC01"
|
||||
vcenter_cluster = "Cluster01"
|
||||
vcenter_host = "esxi8-01.lab.loc"
|
||||
vcenter_folder = "VLAN-0221"
|
||||
vcenter_datastore = "Cluster01-LUN02"
|
||||
|
||||
|
||||
vm_name = "zzzzzzz"
|
||||
vm_num_cpu = 1
|
||||
vm_ram = 1024
|
||||
vm_hardware_version = "21"
|
||||
vm_guest_os_type = "debian12_64Guest"
|
||||
vm_disk_size = "4096"
|
||||
vm_network = "VLAN-0221"
|
||||
vm_network_nic_type = "vmxnet3"
|
||||
|
||||
|
||||
iso_checksum = "none"
|
||||
os_iso_paths = "[Cluster01-LUN01] ISO/debian-12.7.0-amd64-netinst.iso"
|
||||
os_iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.7.0-amd64-netinst.iso"
|
||||
|
||||
|
||||
|
||||
connection_username = "user"
|
||||
connection_password = "user"
|
||||
|
Reference in New Issue
Block a user