An ansible playbook for setting up my development machine.
Clone this repo and run the playbook with:
ansible-playbook -K -i inventory playbook.ymlor, on macOS:
ansible-playbook -K -i inventory.darwin playbook.ymlIf on macOS, follow the instructions on POST_INSTALL.DARWIN.md after
running the playbook.