Handling nasty expressions in Ansible with grace
There are inevitable moments when you need to do loop calculations in Ansible. You have a group, and you need to extract some variable from all hosts in that group (except those who don’t have this variable), and use it for iteration, or for…