9 lines
312 B
Bash
9 lines
312 B
Bash
export PROXMOX_HOST=192.168.1.10
|
|
export PROXMOX_USER='ansible@pve'
|
|
export PROXMOX_TOKEN_ID='homelab'
|
|
export PROXMOX_TOKEN_SECRET='replace-me'
|
|
export PROXMOX_VALIDATE_CERTS=false
|
|
|
|
# Override if the downloaded template name differs.
|
|
export PVE_LXC_OSTEMPLATE='local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst'
|