A playbook which configures my VM in a split second
Install either Ansible or Git and go to the relevant section. install.sh contains instructions on how to install Ansible.
To install Git: apt install git
git clone https://github.com/jia1/ansible-ubuntu-160403.git local.yml
./install.sh
ansible-playbook -i hosts local.yml # Need to run this because of the bugWith Ansible but no Git (Bug in Ansible 2.4 - see here)
# Please try out the other sections instead
# ansible-pull -U https://github.com/jia1/ansible-ubuntu-160403.git -i hosts local.ymlansible-playbook -i hosts local.yml