2026-02-06 16:01:52 +00:00
|
|
|
# Windows Automation Environment Configuration
|
|
|
|
|
# Copy this file to .env and fill in your values
|
|
|
|
|
|
2026-02-06 17:28:15 +00:00
|
|
|
# Proxmox Configuration (from cred repo)
|
|
|
|
|
export PROXMOX_URL="https://10.32.2.11:8006/api2/json"
|
|
|
|
|
export PROXMOX_USERNAME="root@pam!loopaware-infra-bots"
|
|
|
|
|
export PROXMOX_PASSWORD="eab5d3df-3b83-4a58-8421-24dcb6c925c4"
|
2026-02-06 16:01:52 +00:00
|
|
|
export PROXMOX_NODE="la-vmh-07"
|
|
|
|
|
|
|
|
|
|
# Windows Configuration
|
|
|
|
|
export WINRM_PASSWORD="PackerPassword123!"
|
|
|
|
|
|
2026-02-06 17:28:15 +00:00
|
|
|
# Forgejo API Token (from cred repo)
|
|
|
|
|
export FORGEJO_API_TOKEN="bfeac406e30a899c6cafe5d4705db45d1d33e42d"
|
2026-02-06 16:01:52 +00:00
|
|
|
|
|
|
|
|
# Terraform Variables
|
|
|
|
|
export TF_VAR_build_id="001"
|
|
|
|
|
export TF_VAR_template_vm_id="9000"
|