summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/prepare-resource-data/templates/exports.j2
blob: 958dc00bf781fcb72f9c9e3d6f1ae52645deeccd (plain)
1
2
3
{% for host in groups.infrastructure -%}
    {{ nfs_mount_path }}  {{ hostvars[host].inventory_hostname }}(ro,sync,no_root_squash,no_subtree_check)
{% endfor %}