bob/roles/nfs
Marty Oehme a5a6e297ff
feat(nfs): Restrict server to v4 by default
Can be changed with `nfs_v4_only=false` which defaults to true.

Information taken from: https://wiki.debian.org/NFSServerSetup
and applied directly through Ansible.

Currently _irreversible_, meaning once we set the server to v4 only
there is NO ansible-supported playbook to reset it to all NFSv2/3/4
versions.

Has to be done manually, or could be included as manually-run playbook.
2025-11-28 14:19:29 +01:00
..
defaults feat(nfs): Restrict server to v4 by default 2025-11-28 14:19:29 +01:00
handlers feat: Add nfs server to host machines 2025-10-20 23:54:02 +02:00
tasks feat(nfs): Restrict server to v4 by default 2025-11-28 14:19:29 +01:00
templates feat: Add nfs server to host machines 2025-10-20 23:54:02 +02:00