Skip to content

Instantly share code, notes, and snippets.

@shiraco
Last active August 29, 2015 14:18
Show Gist options
  • Save shiraco/266496e18802e8cbef56 to your computer and use it in GitHub Desktop.
Save shiraco/266496e18802e8cbef56 to your computer and use it in GitHub Desktop.
#!/bin/bash
# update the local repo listing
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev
sudo apt-get -y install python-pip
sudo pip install ansible
# run ansible
ansible-playbook site.yml -i localhost -K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment