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,14 @@
##################################################################################
# VARIABLES
##################################################################################
# Credentials
proxmox_username = "root@pam"
# 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"