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
7
Packages
Projects
Releases
Wiki
Activity
7b90daa253
vn-ansible
/
roles
/
linux-hostname
/
templates
/
hosts.j2
5 lines
99 B
Django/Jinja
Raw
Blame
History
{%
if
hosts
is
defined
%}
{%
for
host
in
hosts
%}
{{
host
.ip
}}
{{
hostname
}}
{%
endfor
%}
{%
endif
%}
View Git Blame
Copy Permalink