mod
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Переменные для настройки файлового сервера
|
||||
|
||||
# переменные SMB
|
||||
nas_samba_pkg: samba
|
||||
|
||||
nas_samba_service:
|
||||
@@ -8,4 +9,18 @@ nas_samba_service:
|
||||
|
||||
smb_share: /share/sambashare
|
||||
smb_share_grp: "domain users"
|
||||
smb_conf_file: /etc/samba/smb.conf
|
||||
smb_conf_file: /etc/samba/smb.conf
|
||||
|
||||
# переменные NFS
|
||||
nas_nfs_server_pkgs:
|
||||
- nfs-server
|
||||
- rpcbind
|
||||
- nfs-clients
|
||||
|
||||
nas_nfs_service:
|
||||
- nfs-server
|
||||
- rpcbind
|
||||
|
||||
nfs_share: /share/nfsshare
|
||||
nfs_share_grp: "domain users"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user