9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
{% for export in nfs_exports %}
|
||
|
{{- export.path }}{% for host in export.hosts %}
|
||
|
{{ host.hostname }}({% for option in host.options -%}
|
||
|
{{- option }},
|
||
|
{%- endfor %})
|
||
|
{%- endfor %}
|
||
|
|
||
|
{% endfor %}
|