test-module
2.19 KB
-
Make it possible to use facts from hosts in templates for other hosts. · 533c2c61
It works like this: {{ hostvars['127.0.0.1']['ansible_eth0']['ipv4']['address'] }}Michael DeHaan committed
It works like this:
{{ hostvars['127.0.0.1']['ansible_eth0']['ipv4']['address'] }}