Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
offline-installer
/
11ce29363400bfcc909c9b94eda01aeafc6c17dc
/
.
/
ansible
/
roles
/
nfs
/
templates
/
exports.j2
blob: c605d9b8a42ed789879d3bc5b0db7624b120972b [
file
] [
log
] [
blame
]
{%
for
host
in
groups
.
kubernetes
-%}
{{
nfs_mount_path
}}
{{
hostvars
[
host
].
ansible_host
|
default
(
hostvars
[
host
].
inventory_hostname
)
}}(
rw
,
sync
,
no_root_squash
,
no_subtree_check
)
{%
endfor
%}