Files
homelab/infra-config/04-vm-templates/ubuntu-24.04.03/vm-large.pkrvars.hcl
2025-10-19 17:02:16 -05:00

19 lines
462 B
HCL

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