summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/nas/templates/nfs_exports.j2
blob: 00bd867e0e076f44fc2554ca5498ff3a48e5def9 (plain)
1
2
3
4
5
6
# NFS exports file generated by autocluster
{% set fsid = 834258092 %}
{% for s in shares %}
"{{ s.directory }}" *(rw,no_root_squash,subtree_check,fsid={{ fsid }})
  {% set fsid = fsid + 1 %}
{% endfor %}