No description
Find a file
2014-02-12 21:47:18 -06:00
apps Change yaml to yml, clean up, update variables. 2014-02-12 21:47:18 -06:00
install Change yaml to yml, clean up, update variables. 2014-02-12 21:47:18 -06:00
.DS_Store Removed a bunch of things that I won't be using. 2014-02-12 20:50:33 -06:00
.gitignore Added .vagrant files to a .gitignore, i.e. telling git to not track .vagrant temporary files 2013-03-04 03:33:54 -08:00
LICENSE Added MIT LICENSE to the project 2013-03-03 02:11:17 -08:00
main.yml Change yaml to yml, clean up, update variables. 2014-02-12 21:47:18 -06:00
README.md Change yaml to yml, clean up, update variables. 2014-02-12 21:47:18 -06:00
setup-vars.yml Change yaml to yml, clean up, update variables. 2014-02-12 21:47:18 -06:00
setup.yml Change yaml to yml, clean up, update variables. 2014-02-12 21:47:18 -06:00

Mac Development VM

This set of playbooks was originally cloned from MWGriffin/ansible-playbooks, and basically installs all the software I use on my Mac for web and software development. Well, all the software I can get without using the Mac App Store, which can't be scripted.

This is very much a work in progress, and is mostly a means for me to document my current Mac's setup. I'll be adding settings and packages to this set of playbooks.

Caveat: This set of playbooks is not meant to be a great example of Ansible best practices. I just want to wrap my Mac's configuration in Ansible so I can quickly bring up a new development Mac without having to restore from a Time Machine backup.

Additions coming soon

General changes:

  • Don't uninstall/replace already-installed applications.

Applications/packages to be added:

  • Cornerstone SVN
  • Tower (Git)
  • PCKeyboardHack
  • etc...

Settings to be added:

  • Sublime text settings/package manager
  • Keyboard remappings (Caps Lock -> escape)
  • Faster key repeat rates
  • Desktop background
  • Trackpad tracking rate
  • Mouse tracking rate
  • Finder settings:
    • Disable "show warning before changing extension"
    • Set default view to column mode
    • Show hard disks, connected servers on desktop
  • etc...

Ansible for DevOps

If Ansible piques your interest, please check out the book I'm working on, Ansible for DevOps, where I actually do follow Ansible best practices, and will teach you how to do some other amazing things with Ansible.

Author

Jeff Geerling, 2014 (originally forked from MWGriffin/ansible-playbooks).