Update..
This commit is contained in:
@ -665,6 +665,15 @@ apt_install_client_cups:
|
||||
- printer-driver-hpcups
|
||||
|
||||
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/ntp.yml
|
||||
# ==========
|
||||
|
||||
# name or ip-adress from the (local) ntp server, mostly the gateway
|
||||
#
|
||||
ntp_server: gw-akb.akb.netz
|
||||
|
||||
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/nfs.yml
|
||||
# ==========
|
||||
@ -674,6 +683,9 @@ nfs_server: 192.168.82.10
|
||||
# Set 'fs_encrypted' to true if filesystem lives on an encrypted
|
||||
# partition.
|
||||
#
|
||||
# NOTE !!
|
||||
# Take car to increase 'fsid' in case of more than one export
|
||||
#
|
||||
nfs_exports:
|
||||
- src: 192.168.82.10:/data/home
|
||||
path: /data/home
|
||||
@ -689,7 +701,7 @@ nfs_exports:
|
||||
- src: 192.168.82.10:/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
|
||||
|
Reference in New Issue
Block a user