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