Initial: Hugo + Terraform Staging/Production Pipeline
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user