changed folder structure

This commit is contained in:
2025-07-06 23:01:10 -05:00
parent d093b467f5
commit f2a5432f28
14 changed files with 581 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
##################################################################################
# VARIABLES
##################################################################################
# Credentials
proxmox_username = "root@pam"
proxmox_password = ""
ssh_username = "wed"
ssh_password = ""
# Proxmox Objects
proxmox_node = "pve03"
proxmox_domain = "int.mk-labs.cloud"
#proxmox_url = "https://${var.proxmox_node}.${proxmox_domain}:8006/api2/json"
proxmox_vm_storage_pool = "pve-templates"
#proxmox_insecure_connection = false #Default: true
proxmox_iso_storage_pool = "local"
template_name = ""