Skip to content

Instantly share code, notes, and snippets.

@cyberjso
Created June 29, 2020 20:49
Show Gist options
  • Save cyberjso/4ed5c198ede6c7632ac82602f8de8b60 to your computer and use it in GitHub Desktop.
Save cyberjso/4ed5c198ede6c7632ac82602f8de8b60 to your computer and use it in GitHub Desktop.
Steps to install ansible on Centos
sudo yum install -y python3 -y
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py --user
pip install ansible --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment