Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 307 Bytes

Packsible

A Docker image with Packer (https://packer.io) and Ansible (https://www.ansible.com/) installed.

Run

docker run --rm \
    -e AWS_ACCESS_KEY_ID \
    -e AWS_SECRET_ACCESS_KEY \
    -v "$(pwd)":"$(pwd)" \
    -w "$(pwd)" \
    mergermarket/packsible build packer-template.json