Greetings All,
Thanks so much for creating such a fantastic configuration management
system. After working with Ansible and getting results are quickly as
I have, managing infrastructure is fun again!
I'm at a bit of a loss on how to access a fact for the ethernet
interface 1:1 (eth1:1) in a jinja template. The following gist
https://gist.github.com/3727009 has a santised facts list for one of
the hosts I'm managing. I'm trying to refer to
ansible_eth1:1.ipv4.address in a template. The relevant section in the
gist starts on line 75 and the property I'm trying to access is on
line 78. Any help on the syntax required to access that fact property
in a template would be much appreciated.
Thank you,
Ali