Skip to content

DavidHepler/Proxmox_Packer_Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Packer Templates for Proxmox

    ,--.           o    ||   |          |              
    |   |,---.    ,.,---||---|,---.,---.|    ,---.,---.
    |   |,---|\  / ||   ||   ||---'|   ||    |---'|    
    `--' `---^ `'  ``---'`   '`---'|---'`---'`---'`    
  --.--        |              |    |                   
    |,---.,---.|---.,---.,---.|    ,---.,---.,   .   
    ||---'|    |   ||   ||   ||    |   ||   ||   |   
    ``---'`---'`|  '`   '`---'`---'`---'`---|`---|   
    ,---.,---.,---|                     `---'`---'
    ,---||   ||   |                                    
    `---^`   '`---'                                    
    ,---.     |                   |    o               
    |---|.   .|--- ,---.,-.-.,---.|--- .,---.,---.     
    |   ||   ||    |   || | |,---||    ||   ||   |     
    `   '`---'`---'`---'` ' '`---^`---'``---'`   '     

Pre-requirements:

  • You need to have a working Proxmox environment
  • You need to have Packer installed (see below for the Packer installation)

Linux

# (1) Ensure that your system is up to date, and you have the gnupg, software-properties-common, and curl packages installed
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common curl
# (2) Add the HashiCorp GPG key.
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
# (3) Add the official HashiCorp Linux repository.
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
# (4) Update to add repo and install packer
sudo apt-get update && sudo apt-get install packer

MacOS

brew tap hashicorp/tap
brew install hashicorp/tap/packer

About

Repo for Packer Proxmox Templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published