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
- Host: GitHub
- URL: https://github.com/ruanbekker/ansible-macbook-setup
- Owner: ruanbekker
- Created: 2022-08-26T07:41:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T09:53:29.000Z (almost 4 years ago)
- Last Synced: 2025-06-15T01:49:46.961Z (about 1 year ago)
- Topics: ansible, ansible-playbook, homebrew, macbook
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```