create ubuntu small packer config

This commit is contained in:
2025-09-16 21:55:49 -05:00
parent 405aae5209
commit 1959a667d4
20 changed files with 686 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
##################################################################################
# VARIABLES
##################################################################################
# Virtual Machine Settings
vm_boot_wait = "5s"
vm_name = "ubuntu-24.04-small"
vm_id = "9201"
vm_cpu_sockets = "1"
vm_cpu_cores = "2"
vm_mem_size = "2048"
vm_disk_size = "8"
proxmox_bridge = "vmbr0"
ssh_username = "wed"
# ISO Objects
iso_file = "ubuntu-24.04.3-live-server-amd64.iso"
iso_checksum = "c3514bf0056180d09376462a7a1b4f213c1d6e8ea67fae5c25099c6fd3d8274b"
iso_checksum_type = "sha256"
# Scripts
#shell_scripts = ["scripts/cleanup.sh"]