Last active
August 29, 2015 14:19
-
-
Save venumurthy/2d6e27ce8f0ef5ed373c to your computer and use it in GitHub Desktop.
This file contains 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
sudo apt-get update && \ | |
sudo apt-get -y install git-core && \ | |
sudo apt-get -y install alien && \ | |
sudo apt-get -y install python-software-properties && \ | |
sudo add-apt-repository -y ppa:rquillo/ansible && \ | |
sudo apt-get update && \ | |
sudo apt-get -y install ansible && \ | |
sudo alien -i --scripts jdk-7u67-linux-x64.rpm && \ | |
((cd ansible-datawinners/ && git pull ) || (git clone https://github.com/mangroveorg/ansible-datawinners.git && cd ansible-datawinners/)) && \ | |
ansible-playbook dev.yml --sudo -K |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment