Private
Public Access
2
0
Files

4 lines
161 B
Plaintext
Raw Permalink Normal View History

{% for export in nfs_server_exports %}
{{ export.path }}{% for c in export.clients %} {{ c.address }}({{ c.options | default ("ro") }}){% endfor %}
{% endfor %}