15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
/*
|
|
DESCRIPTION:
|
|
Proxmox Virtual Environment variables used for all builds.
|
|
- Variables are use by the source blocks.
|
|
*/
|
|
|
|
// Proxmox Credentials
|
|
proxmox_api_token_id = "name@realm!token"
|
|
proxmox_api_token_secret = "<token secret>"
|
|
proxmox_insecure_connection = false
|
|
|
|
// Proxmox Specific Settings
|
|
proxmox_hostname = "<FQDN or IP of proxmox server>"
|
|
proxmox_node = "<proxmox node name>"
|