10 lines
454 B
Plaintext
10 lines
454 B
Plaintext
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-13-standard_13.1-2_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"
|