mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
Add Rocky 9 Atlas NAS profile
This commit is contained in:
4
ansible/roles/profile_atlas/templates/atlas.exports.j2
Normal file
4
ansible/roles/profile_atlas/templates/atlas.exports.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
# Managed by Ansible. Do not edit manually.
|
||||
{% for export in atlas_nfs_exports %}
|
||||
{{ export.path }} {{ export.clients }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user