Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 516 Bytes

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>" .