Created
December 14, 2017 19:18
-
-
Save alexcheng1982/a90fa00059129c180e8136e2dc1df5ea to your computer and use it in GitHub Desktop.
Ansible Docker file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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