6 lines
277 B
Plaintext
Executable File
6 lines
277 B
Plaintext
Executable File
proxmox_api_url = "https://0.0.0.0:8006/api2/json" # Your Proxmox IP Address
|
|
proxmox_api_token_id = "terraform@pam!terraform" # API Token ID
|
|
proxmox_api_token_secret = "your-api-token-secret"
|
|
ci_user = "administrator"
|
|
ci_password = "your-ci-password"
|
|
ssh_key = "your-ssh-key" |