initial commit
This commit is contained in:
8
packer/proxmox/template_credentials.pkr.hcl
Normal file
8
packer/proxmox/template_credentials.pkr.hcl
Normal file
@@ -0,0 +1,8 @@
|
||||
# Your Proxmox Hostname or IP Address
|
||||
proxmox_api_url = "https://{proxmox.hostname}:8006/api2/json"
|
||||
|
||||
# API Token ID
|
||||
proxmox_api_token_id = "packer@pve!packer"
|
||||
|
||||
# API Token Secret
|
||||
proxmox_api_token_secret = "{token_goes_here}"
|
||||
Reference in New Issue
Block a user