Skip to content

0xReverse9/Packer-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Packer-Templates

A Repository to store and share my packer templates for my ProxmoxVE server.

credentials.pkr.hcl

Do not forget to create a credential file at the project root directory so packer will be able connect to your ProxmoxVE

proxmox_api_url = "https://0.0.0.0:8006/api2/json"  # Your Proxmox IP Address
proxmox_api_token_id = "GENERATED_API_TOKEN-ID"  # API Token ID
proxmox_api_token_secret = "GENERATED_API_Secret"

About

Packer templates for ProxmoxVE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages