Skip to content

Instantly share code, notes, and snippets.

@RANUX
Created March 30, 2022 11:58
Show Gist options
  • Save RANUX/8a669518cd209ff14da44e67d357dc83 to your computer and use it in GitHub Desktop.
Save RANUX/8a669518cd209ff14da44e67d357dc83 to your computer and use it in GitHub Desktop.
install ansible on ubuntu 20
apt-get update
apt-get upgrade
apt install git python3-pip
update-alternatives --install /usr/bin/python python /usr/bin/python3 2
pip3 install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment