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,15 @@
##################################################################################
# VARIABLES
##################################################################################
# Credentials
proxmox_username = "root@pam"
ssh_username = "wed"
# Proxmox Objects
proxmox_node = "fantasyland"
proxmox_domain = "local.mk-labs.cloud"
proxmox_vm_storage_pool = "templates"
#proxmox_insecure_connection = false # Default: true
proxmox_iso_storage_pool = "local"