Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opdavies/macos-provisioning

macOS provisioning using Ansible.
https://github.com/opdavies/macos-provisioning

ansible

Last synced: about 2 months ago
JSON representation

macOS provisioning using Ansible.

Awesome Lists containing this project

README

        

# 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
```