Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
offline-installer
/
c2a14cfae6d19c3c6c09394ca710f1871a48983d
/
.
/
ansible
/
roles
/
dns
/
templates
/
simulated_hosts.j2
blob: 637aef6ae22504a1989c2638d6b730a50a84a52d [
file
] [
log
] [
blame
]
Tomáš Levora
290bf40
2018-12-19 15:47:04 +0100
[
diff
] [
blame
]
1
{%
for
host
in
all_simulated_hosts
-%}
2
{{
ansible_host
}}
{{
host
}}
3
{%
endfor
%}