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