Files
infra/ansible/roles/profile_atlas/templates/atlas.exports.j2
2026-09-10 22:27:33 +02:00

5 lines
167 B
Django/Jinja

# Managed by Ansible. Do not edit manually.
{% for export in atlas_nfs_exports %}
{{ export.path }} {{ export.client }}({{ export.options | join(',') }})
{% endfor %}