TDD(Test Driven Development) IS possible with IaC (Infrastructure as Code). Especially if you use Ansible! Ansible roles can be tested using a test tool kitchen-ansible which was built using test kitchen. How
Playbooks and roles In the previous post, I showed the basic structure to start off with. In this post, I hope to go over some basics as what are in those files. What
I have been working with Ansible for some time now. I have come to like the simplicity of the approach and its capabilities. In this series of posts, I hope to document some
Started working on a small side project to build a production distributed system in a developers laptop. I decided it was an excellent reason to use Docker š³. Docker has itās own way
Vagrant enables users to create and configure lightweight, reproducible, and portable development environments. This weekend I really needed something like this. Like really did. However I didnāt want to write my provisioning