Skip to content

fdebuire/packer-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Support for my Packer training on Udemy

Learn DevOps: Infrastructure Automation With Terraform by Edward Viaene

Create an AMI containing Ansible

docker run
-v pwd:/tmp/wd
-w /tmp/wd
-v /Users/fdebuire/.ssh:/tmp/.ssh
hashicorp/packer:light
build ansible-ami.json

pwd is mounted so the scripts folder can be used in the provisioners section. Same for the .ssh folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages