packer/variables.pkrvars.hcl.example

13 lines
325 B
Plaintext
Raw Permalink Normal View History

2024-07-15 15:31:02 +02:00
# proxmox host
2024-07-15 14:58:32 +02:00
proxmox_node = "pve0"
proxmox_url = "https://pve0:8006/api2/json"
proxmox_username = "packer@pve"
proxmox_password = "super-secure"
2024-07-15 15:31:02 +02:00
# proxmox storage variables
proxmox_storage_pool = "local-lvm"
proxmox_iso_pool = "local-lvm:iso"
# template variables
2024-07-15 14:58:32 +02:00
template_username = "packer"
2024-07-15 15:31:02 +02:00
template_password = "packer"