Files
homelab/infra-config/04-vm-templates/ubuntu-24.04.03/proxmox.pkvars.hcl

16 lines
520 B
HCL

##################################################################################
# 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"