Template for provisioning local macOS machine for web apps development
- install Ansible
- install latest Xcode
- install latest command line tools
- install pip
sudo easy_install pip
- install ansible
sudo pip install ansible
- clone this repo
- run
ansible-playbook -v -i inventory.yml workhamir.yml
in dir of the just cloned working copy of this repo
Since this is my first provisioning and also first Ansible usage, I'll welcome any advise in form of new issue in this repo on how do the thing easier/better/else.