This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
macos-provisioning/README.md

375 B

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>