Skip to content

Instantly share code, notes, and snippets.

@linuxfemale
Created November 18, 2019 14:38
Show Gist options
  • Save linuxfemale/156f5c068a7b90e9d75633e148e05f23 to your computer and use it in GitHub Desktop.
Save linuxfemale/156f5c068a7b90e9d75633e148e05f23 to your computer and use it in GitHub Desktop.
Ansible on Ubuntu 18.04
sudo apt update
sudo apt upgrade
sudo apt-add-repository ppa:ansible/ansible
apt-cache search ansible
apt show ansible
sudo apt install ansible
ansible --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment