feat(nfs): Add auto mounted nfs filesystem

This commit is contained in:
Marty Oehme 2025-10-20 11:40:31 +02:00
parent 9c510251ca
commit 5e64e89647
Signed by: Marty
GPG key ID: 4E535BC19C61886E
7 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{% for mount in nfs_mounts %}
{{ mount.name }} -fstype=nfs4,rw,soft,intr {{ mount.src }}
{% endfor %}

View file

@ -0,0 +1 @@
{{ nfs_mount_dir }} /etc/autofs/auto.nfs --timeout=300