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