This commit is contained in:
2020-09-27 03:03:03 +02:00
parent 52858bf02c
commit 8b54908fa4
19 changed files with 2655 additions and 11 deletions

View File

@ -31,6 +31,10 @@ nfs_server: 192.168.82.20
# Set 'fs_encrypted' to true if filesystem lives on an encrypted
# partition.
# partition.
#
# NOTE !!
# Take car to increase 'fsid' in case of more than one export
#
nfs_exports:
- src: 192.168.82.20:/data/home
@ -47,7 +51,7 @@ nfs_exports:
- src: 192.168.82.20:/data/samba
path: /data/samba
mount_opts: user,exec,rsize=8192,wsize=8192,hard,intr
export_opt: rw,fsid=0,root_squash,sync,subtree_check
export_opt: rw,fsid=1,root_squash,sync,subtree_check
export_networks:
- 192.168.82.0/24
- 10.0.82.0/24
@ -63,5 +67,5 @@ nfs_exports:
# also used by template
# - yp.conf.j2
nis_server_address: 192.168.82.10
nis_server_address: 192.168.82.20