Skip to content

Instantly share code, notes, and snippets.

@venumurthy
Last active August 29, 2015 14:19
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 venumurthy/2d6e27ce8f0ef5ed373c to your computer and use it in GitHub Desktop.
Save venumurthy/2d6e27ce8f0ef5ed373c to your computer and use it in GitHub Desktop.
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