-
Knife list chef versions
Knife tip …
-
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. …
-
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. …
-
windows automated volume format
On linux there are two common ways to format a secondary volume …
-
Habitat Tips & Tricks
…
-
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. …
-
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. …
-
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. …
-
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. …
-
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). …