macOS provisioning using Ansible.
Find a file
2019-08-27 23:06:17 +01: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 Display Menu 2019-08-27 23:06:17 +01: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
inventory.yml Use YAML for inventory 2019-04-10 12:50:05 +01:00
main.yml Update format for consistency 2019-04-11 01:56:50 +01:00
README.md Update the usage instructions 2019-04-11 07:31:20 +01:00
requirements.yml Update geerlingguy.homebrew 2019-05-10 12:12:17 +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>