Skip to content

Instantly share code, notes, and snippets.

@mykelalvis
Created April 24, 2018 19:33
Show Gist options
  • Save mykelalvis/acc844532961504f27444bf8ef74986b to your computer and use it in GitHub Desktop.
Save mykelalvis/acc844532961504f27444bf8ef74986b to your computer and use it in GitHub Desktop.
Install Ansible with pipsi on clean Amazon Linux2.
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