Skip to content

Instantly share code, notes, and snippets.

@guilhermelinhares
Last active November 17, 2022 14:40
Show Gist options
  • Save guilhermelinhares/e1d186d3f3166d743113be4469389829 to your computer and use it in GitHub Desktop.
Save guilhermelinhares/e1d186d3f3166d743113be4469389829 to your computer and use it in GitHub Desktop.
Install ansible
#Ubuntu
#Ref-> https://docs.ansible.com/ansible/latest/installation_guide/installation_distros.html
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment