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

https://github.com/ruanbekker/ansible-macbook-setup

Installs homebrew packages via Ansible
https://github.com/ruanbekker/ansible-macbook-setup

ansible ansible-playbook homebrew macbook

Last synced: about 1 year ago
JSON representation

Installs homebrew packages via Ansible

Awesome Lists containing this project

README

          

# ansible-macbook-setup
Installs homebrew packages via Ansible

## Install

Install dependencies:

```bash
pip install ansible==4.9.0
```

## Run Playbook

Run the playbook with:

```bash
ansible-playbook playbooks/homebrew.yaml --limit=my.laptop
```

To target specific tasks:

```bash
ansible-playbook playbooks/homebrew.yaml --limit=my.laptop --tags=packages
```