Created
April 15, 2016 09:50
-
-
Save ravibhure/4f987b65c1a0812ce8ec63a8dcab37ba to your computer and use it in GitHub Desktop.
Install ansible agent package :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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