Initial: Hugo + Terraform Staging/Production Pipeline

This commit is contained in:
2026-05-06 18:02:41 +00:00
commit 3e61e70f36
12 changed files with 255 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
proxmox_host = "https://192.168.1.10:8006/api2/json"
proxmox_token_id = "terraform@pve!deploy"
proxmox_token_secret = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
proxmox_node = "pve"
lxc_ostemplate = "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
lxc_storage = "local-lvm"
staging_ip = "192.168.1.50/24"
staging_gw = "192.168.1.1"
ssh_public_key = "ssh-ed25519 AAAA... gitea-runner-deploy"