Ansible playbook for my workstations.
To bootstrap machine, run the following command:
make bootstrap
To install project dependencies, run the following command:
make install
To set up machine, run the following command:
make setup
To teardown machine, run the following command:
make teardown