Skip to content

Instantly share code, notes, and snippets.

@ravibhure
Created April 15, 2016 09:50
Show Gist options
  • Save ravibhure/4f987b65c1a0812ce8ec63a8dcab37ba to your computer and use it in GitHub Desktop.
Save ravibhure/4f987b65c1a0812ce8ec63a8dcab37ba to your computer and use it in GitHub Desktop.
Install ansible agent package :)
#!/bin/bash
# ansible -i hosts all -m raw -a " curl -s -L http://gist.github.com/ravibhure/ansibleready.sh | bash" -k
apt-get update
apt-get -y install software-properties-common git python-crypto sshpass python-pip libssl-dev openssl
pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment