Created
November 18, 2019 14:38
-
-
Save linuxfemale/156f5c068a7b90e9d75633e148e05f23 to your computer and use it in GitHub Desktop.
Ansible on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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