updated packer files

This commit is contained in:
2025-09-17 22:48:49 -05:00
parent 81e292dc2b
commit 8710665255
10 changed files with 51 additions and 106 deletions

View File

@@ -0,0 +1,18 @@
##################################################################################
# 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"