Created
March 21, 2016 17:53
-
-
Save a-h/e765daa382a9053bfeec to your computer and use it in GitHub Desktop.
Setup Ansible / Boto Prerequisites
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
| sudo yum install -y python-pip | |
| sudo pip install ansible | |
| sudo pip install boto | |
| sudo pip install awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment