Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 379 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 379 Bytes

packer-aws-ec2-ansible

Files to create a aws AMI with provisioner Ansible

Create an aws ami

$ packer build -only=amazon-ebs packer_ami.json

Create a gcp ami

$ packer build -only=googlecompute packer_ami.json

Create a docker image

$ packer build -only=docker packer_ami.json

Create a vagrant box

$ packer build -only=vagrant packer_ami.json