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