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

18 lines
424 B
YAML

---
- hosts: all
vars_files:
- config.yml
pre_tasks:
- name: Ensure that the Code directory exists.
file:
path: ~/Code
state: directory
roles:
- { role: geerlingguy.homebrew, tags: brew }
- { role: geerlingguy.dotfiles, tags: dotfiles }
- { role: opdavies.sculpin, tags: sculpin }
- { role: geerlingguy.ruby, tags: ruby }
- { role: geerlingguy.nodejs, tags: node }