macOS provisioning using Ansible.
Find a file
2020-02-20 10:32:48 +00:00
files Update preferences 2017-01-03 08:51:43 +00:00
roles Move tasks from macos file in dotfiles 2020-01-15 00:49:18 +00:00
tasks Remove sudoers task 2020-01-15 00:46:14 +00:00
vars Add Airmail 2020-02-20 10:32:48 +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 sudoers task 2020-01-15 00:46:14 +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>