Those reading my blog and social feeds over the last few years know how much of a fan of automation and infrastructure as code I am. I never profess or claim expert level skills, but I’ve been able to hack around some useful tools and entry level ideas from which others can build off. I’ve […] Read More
Never Deploy Backup Proxies Manually Again With Infrastructure as Code!
My recent obsession with automation and Infrastructure as Code in general has resulted in a lot of efficiencies in my day to day work life. Where I used to deploy Windows Templates manually through vSphere, I now use Terraform to handle repeatable deployments of lab server instances. I use Ansible and Chocolatey to install and […] Read More
Quick Post: Using Terraform to Deploy an Ansible Control Node on vSphere
In the continuing spirit of Terraforming all things, when I started to look into Ansible I wanted a way to have the base Control Node installed in a repeatable and consistent way. The setup and configuration of Ansible can be tricky and what I learnt in configuring the Ansible Control Node is that there can […] Read More
Infrastructure as Code vs RESTful APIs … A Working Example with Terraform and vCloud Director
Last week I wrote an opinion piece on Infrastructure as Code vs RESTful APIs. In a nutshell, I talked about how leveraging IaC instead of trying to code against APIs directly can be more palatable for IT professionals as it acts as a middle man interpreter between yourself and the infrastructure endpoints. IaC can be […] Read More
Infrastructure as Code vs RESTful APIs …Terraform and Everything in Between!
While I was a little late to the game in understanding the power of Infrastructure as Code, I’ve spent a lot of the last twelve months working with Terraform specifically to help deploy and manage various types of my lab and cloud based infrastructure. Appreciating how IaC can fundamentally change the way in which you […] Read More
Public Cloud and Infrastructure as Code…The Good and the Bad all in One Day!
I’m ok admitting that I am still learning as I progress through my career and I’m ok to admit when things go wrong. Learning from mistakes is a crucial part of learning…and I learnt a harsh lesson today! That Infrastructure as Code is as dangerous as it is awesome…and that the public cloud is an […] Read More