- Install Homebrew
- Run the following commands:
brew install ansible
ansible-playbook -i inventory main.yml --ask-become-pass
Run only specific part of the playbook by using tags:
ansible-playbook -i inventory main.yml --ask-become-pass --t "dotfiles"
Available tags:
- dotfiles
- homebrew
- nvim
- oh-my-zsh
- git-repos
- configure-osx