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