Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
offline-installer
/
261023f9c3c93d9a1c207dfdce841ff5490504d3
/
.
/
ansible
/
roles
/
nfs
/
templates
/
exports.j2
blob: 1f6956c212006546ff3ed6afd6792180368574ca [
file
] [
log
] [
blame
]
Michal Zegan
261023f
2018-12-19 11:47:30 +0100
[
diff
] [
blame^
]
1
{%
for
host
in
groups
.
kubernetes
[
1
:]
-%}
2
{{
nfs_mount_path
}}
{{
hostvars
[
host
].
ansible_host
}}(
rw
,
sync
,
no_root_squash
,
no_subtree_check
)
3
{%
endfor
%}