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