Skip to content

My Packer image templates and provisioners for creating .ova files and ami images.

License

Notifications You must be signed in to change notification settings

kettlewell/packer-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer-builds

My Packer image templates and provisioners for creating .ova files and ami images.

Example Usage:

Validate the script

packer.io validate centos7.json

Build All

packer.io build -force centos7.json

Build Some Of Them

packer.io build -force -only=minimal,ansible centos7.json

Build Minimal

packer.io build -force -only=minimal centos7.json

Build Ansible Master

packer.io build -force -only=ansible centos7.json

Upload to S3 and Create AWS AMI

packer.io build -force -only=minimal -var s3buket=my-bucket-name' -var awsregion=us-east-1' centos7.json

About

My Packer image templates and provisioners for creating .ova files and ami images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages