Add automated workflow for building and deploying NixOS VMs on Proxmox including template2 host configuration, Ansible playbook for image building/deployment, and OpenTofu configuration for VM provisioning with cloud-init. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
8 lines
351 B
Plaintext
8 lines
351 B
Plaintext
# Copy this file to terraform.tfvars and fill in your values
|
|
# terraform.tfvars is gitignored to keep credentials safe
|
|
|
|
proxmox_api_url = "https://your-proxmox-host.home.2rjus.net:8006/api2/json"
|
|
proxmox_api_token_id = "root@pam!terraform"
|
|
proxmox_api_token_secret = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
proxmox_tls_insecure = true
|