macOS provisioning using Ansible.
Find a file
2019-11-05 22:47:38 +00:00
files Update preferences 2017-01-03 08:51:43 +00:00
roles Update Preferences.sublime-settings 2017-03-21 00:16:20 +00:00
tasks Add macos.yml 2019-04-11 01:56:02 +01:00
vars Add figma 2019-11-05 22:47:38 +00:00
.gitignore Updates 2016-09-25 07:42:25 +01:00
ansible.cfg Use YAML for inventory 2019-04-10 12:50:05 +01:00
main.yml Remove geerlingguy.dotfiles 2019-09-04 23:52:16 +01:00
README.md Update the usage instructions 2019-04-11 07:31:20 +01:00
requirements.yml Remove geerlingguy.dotfiles 2019-09-04 23:52:16 +01:00

macOS Provisioning

Prerequisites

Usage

Install the dependencies:

ansible-galaxy install -r requirements.yml

Run all the tasks:

ansible-playbook main.yml

Run tasks with a specific tag:

ansible-playbook main.yml -t <tag>