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
4
Packages
Projects
Releases
Wiki
Activity
7b90daa253
vn-ansible
/
roles
/
linux-hostname
/
templates
/
hosts.j2
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
role hosts
2024-02-14 14:50:02 +00:00
{% if hosts is defined %}
{% for host in hosts %}
refs #8025 Project structure & clean
2024-09-23 12:30:38 +00:00
{{host.ip}} {{hostname}}
role hosts
2024-02-14 14:50:02 +00:00
{% endfor %}
{% endif %}