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

26 lines
375 B
Markdown

# macOS Provisioning
## Prerequisites
* [Ansible](http://docs.ansible.com/ansible/intro_installation.html)
* [Git](http://git-scm.com/downloads)
## Usage
Install the dependencies:
```
ansible-galaxy install -r requirements.yml
```
Run all the tasks:
```bash
ansible-playbook main.yml
```
Run tasks with a specific tag:
```bash
ansible-playbook main.yml -t <tag>
```