refactor: move Packer templates to top-level packer/ directory
This commit is contained in:
17
packer/fedora-42/proxmox.pkvars.hcl
Normal file
17
packer/fedora-42/proxmox.pkvars.hcl
Normal file
@@ -0,0 +1,17 @@
|
||||
##################################################################################
|
||||
# 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"
|
||||
|
||||
#template_name = ""
|
||||
Reference in New Issue
Block a user