My Ubuntu setup build using Ansible and tested using Docker and Vagrant
Use with ansible-pull
to initialise a local install
apt-get update && apt-get install -y ansible git
sudo ansible-pull --url https://github.com/jujhars13/my-ubuntu-setup.git
Test in a Vagrant vm
vagrant destroy -f && vagrant up