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