Ansible Release 12: the Windows Vista Moment
blog.ipspace.net·18h·
Discuss: Hacker News
Flag this post

My first encounter with Ansible release 12 wasn’t exactly encouraging. We were using a few Ansible Jinja2 filters (ipaddr and hwaddr) in internal netlab templates, and all of a sudden those templates started crashing due to some weird behavior of attributes starting with underscore.

We implemented don’t use Ansible release 12 as a quick workaround, but postponing painful things is never a good solution(see also: visiting a dentist), so I decided to try to make netlab work with Ansible release 12. What a mistake to make.

Here’s what I found before I hit a major showstopper:

When Conditions

The Ansible module/block **when…

Similar Posts

Loading similar posts...