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/playbook.yml
2015-11-16 13:04:29 +00:00

10 lines
209 B
YAML

---
- hosts: all
vars_files:
- config.yml
roles:
- { role: geerlingguy.homebrew, tags: brew }
- { role: geerlingguy.dotfiles, tags: dotfiles }
- { role: opdavies.sculpin, tags: sculpin }