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