mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 04:34:41 +02:00
4 lines
174 B
Django/Jinja
4 lines
174 B
Django/Jinja
# /etc/exports — géré par Ansible, ne pas éditer manuellement
|
|
{% for export in nfs_exports %}
|
|
{{ export.path }} {{ export.network }}({{ export.options }})
|
|
{% endfor %}
|