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/main.yml
2016-09-25 07:42:25 +01:00

15 lines
233 B
YAML

---
- hosts: localhost
connection: local
vars_files:
- vars/dotfiles.yml
- vars/homebrew.yml
- vars/misc.yml
tasks:
- include: tasks/sudoers.yml
roles:
- geerlingguy.dotfiles
- geerlingguy.homebrew