A set of Ansible playbooks/roles to quickly bootstrap a development workstation from a fresh Ubuntu Desktop.
Create the following script and run it to quickly setup a new machine.
#!/bin/bash
sudo add-apt-repository -y ppa:rquillo/ansible
sudo apt-get update
sudo apt-get -y install ansible git
git clone https://github.com/tim-mit/ansible-workstation.git
ansible-playbook --ask-sudo-pass -i ansible-workstation/hosts ansible-workstation/workstation.yml -c local
The following applications are installed following successful execution.
- Vim
- Eclipse
- Meld
- Google Chrome
- Go
- Node/NPM
- Oracle Java 7
- git
- subversion
- cvs
- Apache2
- Virtualbox
- Docker
The following applications are uninstalled following successful execution.
- Ubuntu One
- Rhythmbox