You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{{ 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 %}
|