zuul-jobs/roles/validate-host/templates/host-info.j2
Monty Taylor c00eca3f15
Switch to using setup instead of hostvars
hostvars can potentially leak secrets. setup doesn't, and records what
we're interested in, which is the information ansible knows about the
remote host.

Change-Id: Ice585cb3beddf4e3ecc1e692ecf4e7da8c5754b8
2017-07-13 17:08:41 -05:00

2 lines
41 B
Django/Jinja

{{ setupinfo | to_nice_yaml(indent=2) }}