Some checks are pending
Build and Release / build-sign-package (push) Waiting to run
- Created PROXMOX_ACCESS.md with setup instructions - Updated credentials with actual values from cred repo - Added SSL certificate setup for Proxmox API access - Documented 3 options: API token, password, SSH key
18 lines
606 B
Text
18 lines
606 B
Text
# Windows Automation Environment Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# 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"
|
|
export PROXMOX_NODE="la-vmh-07"
|
|
|
|
# Windows Configuration
|
|
export WINRM_PASSWORD="PackerPassword123!"
|
|
|
|
# Forgejo API Token (from cred repo)
|
|
export FORGEJO_API_TOKEN="bfeac406e30a899c6cafe5d4705db45d1d33e42d"
|
|
|
|
# Terraform Variables
|
|
export TF_VAR_build_id="001"
|
|
export TF_VAR_template_vm_id="9000"
|