16 lines
520 B
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"
|