Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

File metadata and controls

18 lines (12 loc) · 352 Bytes

Gremlin

An ansible playbook for setting up my development machine.

Clone this repo and run the playbook with:

ansible-playbook -K -i inventory playbook.yml

or, on macOS:

ansible-playbook -K -i inventory.darwin playbook.yml

If on macOS, follow the instructions on POST_INSTALL.DARWIN.md after running the playbook.