Files
infra/ansible/roles/profile_atlas/templates/atlas.exports.j2
Fabio Scotto di Santolo 8ed439317a Add Rocky 9 Atlas NAS profile
2026-08-30 14:40:01 +02:00

5 lines
134 B
Django/Jinja

# Managed by Ansible. Do not edit manually.
{% for export in atlas_nfs_exports %}
{{ export.path }} {{ export.clients }}
{% endfor %}