First version in Galaxy
This commit is contained in:
3
seb4itik/byow/roles/nfs_server/templates/exports
Normal file
3
seb4itik/byow/roles/nfs_server/templates/exports
Normal file
@@ -0,0 +1,3 @@
|
||||
{% for export in nfs_server_exports %}
|
||||
{{ export.path }}{% for c in export.clients %} {{ c.address }}({{ c.options | default ("ro") }}){% endfor %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user