aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap/roles/templates/exports.j2
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/onap/roles/templates/exports.j2')
-rw-r--r--plugins/onap/roles/templates/exports.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/onap/roles/templates/exports.j2 b/plugins/onap/roles/templates/exports.j2
new file mode 100644
index 00000000..8f5a3f65
--- /dev/null
+++ b/plugins/onap/roles/templates/exports.j2
@@ -0,0 +1 @@
+/dockerdata-nfs{% for host in groups.all %}{% if host != groups.kube_master[0] %} {{ ip_settings[host]['external']['ip'] }}(rw,sync,no_root_squash,no_subtree_check){% endif %}{% endfor %}