summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nfs/templates/exports.j2
blob: 1f6956c212006546ff3ed6afd6792180368574ca (plain)
1
2
3
{% for host in groups.kubernetes[1:] -%}
    {{ nfs_mount_path }}  {{ hostvars[host].ansible_host }}(rw,sync,no_root_squash,no_subtree_check)
{% endfor %}