Test-driven infrastructure development with Ansible & Molecule
Serena Lorenzini
Ansible simplicity is one of the key aspects that determined its success as provisioning tool.
Nonetheless, it's ease of use often leads to rapid development of code that is hard to maintain.
Molecule, an official "Ansible by Red Hat" tool, encourages an approach that results in consistently developed roles that are well-written, easily understood and maintained. In this talk we will look at the development of an Ansible role using Molecule.