This playbook installs and configures most of the software I use on my Mac for web and software development. Some things in macOS are slightly difficult to automate, so I still have a few manual installation steps, but at least it's all documented here.
- RUn
python3 -m pip install ansibleto install ansible globally. - Run
ansible-galaxy install -r requirements.ymlinside this directory to install required Ansible roles. - Run
ansible-playbook main.ymlinside this directory.