initial commit

This commit is contained in:
AJ Schroeder
2023-08-21 22:51:35 -05:00
commit 25255fd6b8
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
!**/template_*
**/credentials*

View 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}"