Inspired by the work of Adam Chainz and Jeff Geerling this playbook sets up my Macs with Ansible.
- Install Brew. While Ansible can bootstrap Brew, this is a little more simple.
- Use Brew to install Python:
brew install python
. - Install Ansible using Pip:
pip3 install ansible
. - Run playfile:
ansible-playbook playbook.yml
.
For the most part you are going to be running:
ansible-playbook playbook.yml --tags brew
Due to run:
defaults write com.googlecode.iterm2 PrefsCustomFolder -string `pwd`/roles/mac/files/iterm2
Before running the playbook from scratch.