macOS provisioning using Ansible.
Find a file
2020-01-15 00:13:30 +00:00
files Update preferences 2017-01-03 08:51:43 +00:00
roles Remove VLC from the menu bar 2020-01-15 00:13:30 +00:00
tasks Menu bar tweaks 2020-01-15 00:12:57 +00:00
vars Add reattach-to-user-namespace 2020-01-14 20:26:14 +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 Use consistent syntax for tags 2020-01-13 17:23:50 +00:00
README.md Update the usage instructions 2019-04-11 07:31:20 +01:00
requirements.yml Update geerlingguy.homebrew version 2020-01-13 17:03:50 +00: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>