3 lines
132 B
Text
3 lines
132 B
Text
{% for mount in nfs -%}
|
|
{{ mount.name }} -rw,soft,intr,rsize=8192,wsize=8192 {{ mount.host }}:{{ mount.remote }}
|
|
{%- endfor -%}
|