Merge pull request 'fix: add no_root_squash option to nfs exports' (#299) from feat/fix-plumbum-exports into master

Reviewed-on: Netz39_Admin/netz39-infra-ansible#299
Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
dkdent 2024-01-13 12:22:36 +01:00
commit 1f5bbef884

View file

@ -8,7 +8,7 @@
nfs_host_exports:
- directory: "/srv/nfs/backup"
hosts: "*.n39.eu"
options: rw,sync,no_subtree_check
options: rw,sync,no_subtree_check,no_root_squash
- directory: "/srv/nfs/ephemeral"
hosts: "*.n39.eu"
options: rw,sync,no_subtree_check
options: rw,sync,no_subtree_check,no_root_squash