Skip to content

Instantly share code, notes, and snippets.

@tabrez
Created April 18, 2022 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tabrez/b6e05509f38867f007d4addc7ec852fa to your computer and use it in GitHub Desktop.
Save tabrez/b6e05509f38867f007d4addc7ec852fa to your computer and use it in GitHub Desktop.
Install Ansible on Ubuntu from PPA
export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get install -y acl sudo software-properties-common python-is-python3
apt-add-repository -y ppa:ansible/ansible
apt-get install -y ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment