Software setup for my development desktop.
It was tested on latest Ubuntu LTS release in 2015, but now is no longer supported.
-
Install latest stable ansible
sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt-get install ansible
-
Clone this repository
git clone https://github.com/aeryaguzov/workstation.git /path/to/working/dir && cd /path/to/working/dir
-
Setup hosts
cp hosts.example hosts
You need to be a template engine for a while and replace vars ({{var}}) with credentials for your workstation
-
Run playbook and stay strong until ansible gets all done!
ansible-playbook workstation.yml