Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
fe284a196c96a7f87b8467cd203bd7637dcda0ef
/
.
/
roles
/
create-lxd
/
templates
/
ansible_hosts.j2
blob: d2caf3359f4129f76329b70fb0c8c1da12c22b52 [
file
] [
log
] [
blame
]
[
localhost
]
127.0
.
0.1
hostname
={{
ansible_fqdn
}}
[
containers
]
{%
if
head_lxd_list
is
defined
-%}
{%
for
lxd
in
head_lxd_list
-%}
{{
lxd
.
name
}}
{%
endfor
-%}
{%
endif
-%}
[
services
:
children
]
containers