Skip to content

Instantly share code, notes, and snippets.

@alexcheng1982
Created December 14, 2017 19:18
Show Gist options
  • Save alexcheng1982/a90fa00059129c180e8136e2dc1df5ea to your computer and use it in GitHub Desktop.
Save alexcheng1982/a90fa00059129c180e8136e2dc1df5ea to your computer and use it in GitHub Desktop.
Ansible Docker file
FROM williamyeh/ansible:ubuntu16.04
RUN pip install --upgrade pip && \
pip install boto3 && \
pip install boto
ADD ansible /etc/ansible
RUN chmod +x /etc/ansible/ec2.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment