Ansible playbooks for provisioning macOS and Linux development machines.
The name ansiblerc
is an allusion to scripts such as .bashrc
in Linux.
First of all, install Ansible any way you like. Examples:
brew install ansible
pip install ansible
You may also need to install Xcode Command Line Tools:
xcode-select --install
Finally, run the macOS playbook:
ansible-playbook -i localhost macos.yml
Coming soon ...