Updating gitignore
parent
be67b411f4
commit
cb8c8af2ea
|
@ -1,7 +1,6 @@
|
|||
# ---> Packer
|
||||
credentials.auto.tfvars
|
||||
credentials.pkr.hcl
|
||||
template-credentials.pkr.hcl
|
||||
|
||||
# Cache objects
|
||||
packer_cache/
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
proxmox_api_url = "https://PROXMOX_URL:8006/api2/json" # Your Proxmox IP Address
|
||||
proxmox_api_token_id = "root@SOME_SERVER!SOME_NAME" # API Token ID
|
||||
proxmox_api_token_secret = "UUID_FORM_STRING"
|
Loading…
Reference in New Issue