/dev-setup

Mac development environment ansible setup script

Mac Ansible setup script

Sets up a new mac with all tools and programs for development

Prerequisites

Install the necessary components using setup-init.sh script file

Add the SSH key to your GitHub account

Execution

ansible-playbook dev-setup.yml  -i environment/localhost

To run just a subset of tasks

ansible-playbook dev-setup.yml  -i environment/localhost --tags "node,profile"