This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
vn-ansible
Watch
1
Star
0
Fork
You've already forked vn-ansible
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c1c1f67387
vn-ansible
/
roles
/
config-hosts
/
templates
/
hosts.j2
5 lines
100 B
Django/Jinja
Raw
Blame
History
{%
if
hosts
is
defined
%}
{%
for
host
in
hosts
%}
{{
host
.ip
}}
{{
host
.name
}}
{%
endfor
%}
{%
endif
%}
View Git Blame
Copy Permalink