Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created March 29, 2016 23:48
Show Gist options
  • Select an option

  • Save jamescarr/58b346036971b2ab18efa607ac462e07 to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/58b346036971b2ab18efa607ac462e07 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
connection: local
vars:
homebrew_taps:
- caskroom/cask
homebrew_installed_packages:
- tmux
- macvim
homebrew_cask_apps:
- spotify
- iterm2
roles:
- geerlingguy.homebrew
tasks:
- name: Say hello world
osx_say:
msg: "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment