{{ export_path }} {% for host in export_hosts -%} {{ host }}({{ readonly | ternary('ro', 'rw') }},sync {%- if squash_user != "" -%} ,all_squash,anonuid={{ user_info.uid }},anongid={{ user_info.group }} {%- endif -%} ,crossmnt,no_subtree_check) {%- endfor %}