update..
This commit is contained in:
@ -244,6 +244,31 @@ sudo_users:
|
||||
# ---
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/nfs.yml
|
||||
# ---
|
||||
|
||||
nfs_server: 192.168.162.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.162.10:/data/samba/shares
|
||||
path: /data/samba/shares
|
||||
mount_opts: users,rsize=8192,wsize=8192,hard,intr
|
||||
export_opt: rw,root_squash,sync,subtree_check
|
||||
export_networks:
|
||||
- 192.168.162.0/24
|
||||
- 10.0.192.0/24
|
||||
- 10.1.192.0/24
|
||||
- 192.168.63.0/24
|
||||
use_fsid_option: true
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/samba-config-server.yml
|
||||
# vars used by roles/common/tasks/samba-user.yml
|
||||
@ -294,6 +319,7 @@ samba_user:
|
||||
- name: julius-e
|
||||
groups:
|
||||
- buero
|
||||
- verwaltung
|
||||
password: '2/kcx3jju-tr'
|
||||
- name: leonie
|
||||
groups:
|
||||
@ -329,7 +355,7 @@ samba_user:
|
||||
- buero
|
||||
password: 'bhNC.P5eTy-2'
|
||||
|
||||
base_home: /home
|
||||
base_home: /data/home
|
||||
|
||||
# remove_samba_users:
|
||||
# - name: name1
|
||||
|
Reference in New Issue
Block a user