Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
77d4f08d2fab3bd17baae8f9f77f1cbcfc6f7566
/
.
/
roles
/
juju-setup
/
templates
/
ansible_hosts.j2
blob: 9b6096e87cd09830799a43dfc25cf5bcd8eacd1c [
file
] [
log
] [
blame
]
Zack Williams
573bafc
2016-02-26 16:35:42 -0700
[
diff
] [
blame
]
1
[
localhost
]
2
127.0
.
0.1
hostname
={{
ansible_fqdn
}}
3
4
[
services
]
5
{%
for
vm
in
head_vm_list
-%}
6
{{
vm
.
name
}}
7
{%
endfor
-%}
8