Do you hate installing Ansible, boto and Python on your pristine machine just to orchestrate AWS resources? Well, now you can call upon a Docker image to encapsulate that for you.
docker run -v $(pwd):/app:ro scottbrown/aws-ansible-playbook -e 'somevar=somevalue' playbook.yml
Whether you are building the image or tagging it, all work is performed through the magic of Makefiles.
make build # builds the docker image
tl;dr MIT License
See LICENSE for more details.