blob: 1f6956c212006546ff3ed6afd6792180368574ca [file] [log] [blame]
Michal Zegan261023f2018-12-19 11:47:30 +01001{% for host in groups.kubernetes[1:] -%}
2 {{ nfs_mount_path }} {{ hostvars[host].ansible_host }}(rw,sync,no_root_squash,no_subtree_check)
3{% endfor %}