Files
homelab/packer/ubuntu-24.04/vm-large-plus.pkrvars.hcl

19 lines
467 B
HCL

##################################################################################
# VARIABLES
##################################################################################
# Virtual Machine Settings
vm_boot_wait = "5s"
vm_name = "ubuntu-24.04-large-plus"
vm_id = "9204"
vm_cpu_sockets = "1"
vm_cpu_cores = "4"
vm_mem_size = "4096"
vm_disk_size = "48"
proxmox_bridge = "vmbr0"
#proxmox_vlan = "71"
ssh_username = "wed"