Skip to content

Instantly share code, notes, and snippets.

@trongnghia203
Last active June 26, 2020 08:59
Show Gist options
  • Save trongnghia203/7ef34de3950beb2402106f98f76844c2 to your computer and use it in GitHub Desktop.
Save trongnghia203/7ef34de3950beb2402106f98f76844c2 to your computer and use it in GitHub Desktop.
Install Ansible on Ubuntu 18.04

Install Ansible on Ubuntu 18.04

Reference to: docs.ansible.com

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt-get install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment