Skip to content

Instantly share code, notes, and snippets.

@hnakamur
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hnakamur/5d2ebd25d374abad0010 to your computer and use it in GitHub Desktop.
Save hnakamur/5d2ebd25d374abad0010 to your computer and use it in GitHub Desktop.
Ansible localhost playbook for my MacBook
- hosts: localhost
connection: local
gather_facts: yes
sudo: no
roles:
- hnakamur.osx-defaults
- hnakamur.homebrew-packages
- hnakamur.homebrew-cask-packages
- hnakamur.osx-login-shell
- hnakamur.oh-my-zsh
- hnakamur.homebrew-path
- hnakamur.osx-go
- hnakamur.osx-vim
- hnakamur.osx-tmux
- hnakamur.osx-direnv
- hnakamur.osx-ruby
- hnakamur.osx-node-js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment