1. Ansible: delegate_to and variables

    One nice feature of Ansible is its ability to “delegate” tasks to the control machine, or any other host that the control machine can SSH to. …


  2. Unable to use 'open' command in OSX tmux

    I recently installed tmux on my laptop running OSX 10.10.4. I’d not had any issues until I tried to use the ‘open’ command in order to install a .pkg file manually. …


  3. Run a script on a Test Kitchen VM before converge starts

    Recently I hit a snag while using a community vagrant box to test an Ansible role using test-kitchen. …


  4. Github will soon support Git Large File Storage

    By default, git will compress and store all subsqeuent full versions of binary assets. This can cause poor performance of git if you’re regularly updating pictures or 3D model files. …