Category: yaml, ansible

by One of the dubious things about Ansible is that it offers too much freedom.

When you clone the code from git and it is something completely new for you, you probably expect to see sufficient information in order to understand what the role use as the input and what will be the output just by reading the README file and the code.

Apart from traditional testing it also can run all kinds of linters and it tests you code for idempotence.

It is an approach which uses git and allows you to run different versions of role, just by specifying version.

Related Articles