Ansible role to manage my laptop setup. Feel free to reference or re-use (at your own risk).
You can use this lazilly by installing in e.g. ~/.ansible/roles/kahowell-environment
and then running:
ansible -K localhost -m include_role -a name=kahowell-environment
Brew installation on linux is a little tricky to do with Ansible. You may have to manually install brew before running the role.
N/A
N/A
- hosts: localhost
roles:
- { role: kahowell-environment }
MIT