My Profile Photo

Spencer Owen


The art of progress is to preserve order amid change and preserve change amid order - Alfred North Whitehead


  1. Knife list chef versions

    Knife tip …


  2. Automating F5s with powershell

    At my job we are on the ‘infrastructure as code’ bandwagon. The most popular tool for coding your infrastructure is terraform. …


  3. Automating F5s with powershell

    At my job we are on the ‘infrastructure as code’ bandwagon. The most popular tool for coding your infrastructure is terraform. …


  4. windows automated volume format

    On linux there are two common ways to format a secondary volume …


  5. Habitat Tips & Tricks


  6. why is gitlab-ci running slowly?

    I use gitlab and gitlab-ci and love it. It is the best self hosted CI / Version control system out there in my opinion. …


  7. Disable scheduled tasks on windows with CHEF

    Everybody knows that windows is very aggressive in encouraging you to install windows updates. Windows 2012 R2 takes this to a whole new level by running background maintenance tasks that are impossible to kill normally. …


  8. CHEF update chef version on windows

    Update Since this blog post was written, chef has introduced the omni truck ‘pipe to bash’ style installer for windows. …


  9. CHEF send Slack notifications

    Occasionally in your automation infrastructure, you want an event to trigger a notification. For example, every time a chef run fails, send an alert. Or every time a webserver reboots, send an email. …


  10. CHEF breadcrumb design pattern

    Sometimes when you are automating your infrastructure, you run into a situation where you need to manage a file once, and then ignore it later so that another program can modify it. (Looking at you redis). …