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:
commit
1f5bbef884
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue