Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
offline-installer
/
55dd7f5c28a0d3e68a3825d25d757a63e8622155
/
.
/
ansible
/
roles
/
dns
/
templates
/
simulated_hosts.j2
blob: 637aef6ae22504a1989c2638d6b730a50a84a52d [
file
] [
log
] [
blame
]
{%
for
host
in
all_simulated_hosts
-%}
{{
ansible_host
}}
{{
host
}}
{%
endfor
%}