Skip to content

Instantly share code, notes, and snippets.

@mehdihasan
Last active July 19, 2020 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mehdihasan/dc8a484669005f54287971ecd626dbf5 to your computer and use it in GitHub Desktop.
Save mehdihasan/dc8a484669005f54287971ecd626dbf5 to your computer and use it in GitHub Desktop.
install-ansible-in-ubuntu
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8
python --version
python3 --version
sudo apt update
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
sudo apt install python3-pip
pip3 --version
sudo pip3 install ansible
ansible --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment