Skip to content

Instantly share code, notes, and snippets.

@prashcr
Created April 15, 2018 10:04
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 prashcr/196c0bbd35db69f8215f49c436fc38a8 to your computer and use it in GitHub Desktop.
Save prashcr/196c0bbd35db69f8215f49c436fc38a8 to your computer and use it in GitHub Desktop.
Script that installs ansible on an Ubuntu instance
#! /bin/bash
apt-get update
apt-get install software-properties-common
apt-add-repository ppa:ansible/ansible
apt-get update
apt-get install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment