blob: c605d9b8a42ed789879d3bc5b0db7624b120972b [file] [log] [blame]
Samuli Silvius11ce2932019-03-23 13:54:34 +02001{% for host in groups.kubernetes -%}
2 {{ nfs_mount_path }} {{ hostvars[host].ansible_host | default(hostvars[host].inventory_hostname) }}(rw,sync,no_root_squash,no_subtree_check)
Michal Zegan261023f2018-12-19 11:47:30 +01003{% endfor %}