Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opdavies/macos-provisioning
macOS provisioning using Ansible.
https://github.com/opdavies/macos-provisioning
ansible
Last synced: 19 days ago
JSON representation
macOS provisioning using Ansible.
- Host: GitHub
- URL: https://github.com/opdavies/macos-provisioning
- Owner: opdavies
- Created: 2015-11-16T13:09:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T10:33:04.000Z (over 4 years ago)
- Last Synced: 2024-10-11T12:13:41.419Z (about 1 month ago)
- Topics: ansible
- Homepage:
- Size: 106 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```