Forked from geerlingguy/mac-dev-playbook. You should probably look there.
- Install Ansible.
- Ensure Apple's command line tools are installed (
xcode-select --install
to launch the installer). - Clone this repository to your local drive.
- Run the command
$ ansible-galaxy install -r requirements.txt
inside this directory to install required Ansible roles. - Run
ansible-playbook main.yml -i inventory --ask-sudo-pass
from the same directory as this README file.