For an Ansible training for beginners, I needed some practice material. Some thing that goes from playing with yaml, up…
For an ansible course I had to teach, I was missing the option to quickly spin up a few machines for each student. I wa…
Ansible, or jinja, has a few builtin filters to work with 2 lists, like intersect and difference and union, but they ar…
Long story short : you can't do nested loops in ansible. However, there is a simple work-around if you can live wi…
If there is one thing I don't like in Ansible, or automation tools in general, is that, as a developer, I quickly h…