Skip to content

Different Packer templates for proxmox based virtual machines

License

Notifications You must be signed in to change notification settings

venkatBala/proxmox_boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox Boxes

Simple packer HCL2 templates for building Proxmox virtual machine templates

Building the boxes

Requirements

To build a proxmox box, the proxmox node auth credentials must be provided to packer e.g

cd centos/7.9
packer build \
    -var "proxmox_url=<URL>" \
    -var "proxmox_username=<username>" \
    -var "proxmox_password=<password>" \
    -var "proxmox_node=<nodename>" .

About

Different Packer templates for proxmox based virtual machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages