refactor: move Packer templates to top-level packer/ directory

This commit is contained in:
2026-02-25 20:51:20 -06:00
parent b51cd1a868
commit 75e0d99495
36 changed files with 0 additions and 40 deletions

View File

@@ -0,0 +1,18 @@
##################################################################################
# VARIABLES
##################################################################################
# Virtual Machine Settings
vm_boot_wait = "5s"
vm_name = "ubuntu-24.04-xlarge"
vm_id = "9205"
vm_cpu_sockets = "1"
vm_cpu_cores = "4"
vm_mem_size = "8192"
vm_disk_size = "64"
proxmox_bridge = "vmbr0"
#proxmox_vlan = "71"
ssh_username = "wed"