Skip to content

Instantly share code, notes, and snippets.

@karantir
Last active December 29, 2015 00:29
Show Gist options
  • Save karantir/7585958 to your computer and use it in GitHub Desktop.
Save karantir/7585958 to your computer and use it in GitHub Desktop.
Ansible installation
echo "\nUpdating system packages..."
apt-get -qq update
echo "\nInstalling main dependencies..."
apt-get install --quiet --assume-yes git curl build-essential python-setuptools python-dev sshpass
echo "\nInstalling pip..."
apt-get install python-pip
echo "\nInstalling ansible"
pip install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment