Skip to content

acaylor/packer-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer templates

How to use

Run the following command to validate the packer template and then build the image:

packer validate template-name.json && packer build template-name.json

Hint to protect credentials:

Create a json file with your proxmox username and api token: secrets.json Put the following in the file:

    {
        "username": "user@pve",
        "password": "password123"
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages