Test Driven Development with Infrastructure Code
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