blob: 465c9d2132ba67be32c6c86688458bc799fda771 [file] [log] [blame]
{% 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 %}