Created
April 24, 2018 19:33
-
-
Save mykelalvis/acc844532961504f27444bf8ef74986b to your computer and use it in GitHub Desktop.
Install Ansible with pipsi on clean Amazon Linux2.
This file contains 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 -y install python2-pip | |
sudo pip install --upgrade pip | |
sudo pip install pipsi | |
sudo yum -y install python-devel | |
sudo yum -y install gcc | |
pipsi install ansible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment