blob: f49c4999c65a9283314a243818cb3b6ff2f77f1a [file] [log] [blame]
Samuli Silvius9742e2b2019-03-23 14:09:41 +02001{% for host in groups.kubernetes | difference(groups['nfs-server']) -%}
Michal Zegan1266d182019-04-09 15:21:52 +02002 {{ nfs_mount_path }} {{ hostvars[host].cluster_ip }}(rw,sync,no_root_squash,no_subtree_check)
Michal Zegan261023f2018-12-19 11:47:30 +01003{% endfor %}