21 lines
822 B
HCL
21 lines
822 B
HCL
vcenter_datacenter = "DC01"
|
|
vcenter_cluster = "Cluster01"
|
|
vcenter_host = "esxi8-01.lab.loc"
|
|
vcenter_folder = "VLAN-0221"
|
|
vcenter_datastore = "Cluster01-LUN02"
|
|
|
|
vm_name = "z-ubuntu-packer-vm"
|
|
vm_num_cpu = 1
|
|
vm_ram = 2048
|
|
vm_hardware_version = "20"
|
|
vm_guest_os_type = "ubuntu64Guest"
|
|
vm_disk_size = "5120"
|
|
vm_network = "VLAN-0221"
|
|
vm_network_nic_type = "vmxnet3"
|
|
|
|
iso_checksum = "none"
|
|
os_iso_paths = "[Cluster01-LUN01] ISO/ubuntu-24.04.1-live-server-amd64.iso"
|
|
os_iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso"
|
|
|
|
boot_command = "<esc><wait>e<wait><down><down><down><end><bs><bs><bs><bs><wait>autoinstall ipv6.disable=1 <wait> ds=\"nocloud-net;s=http://aassdd.ru/.packer/ubuntu/\" ---<wait><f10>"
|