2023-09-07 17:56:08 +03:00
|
|
|
# Переменные для настройки файлового сервера
|
|
|
|
|
2023-09-13 09:29:36 +03:00
|
|
|
# переменные SMB
|
2023-09-07 17:56:08 +03:00
|
|
|
nas_samba_pkg: samba
|
|
|
|
|
|
|
|
nas_samba_service:
|
|
|
|
- smb
|
|
|
|
- nmb
|
|
|
|
|
|
|
|
smb_share: /share/sambashare
|
|
|
|
smb_share_grp: "domain users"
|
2023-09-13 09:29:36 +03:00
|
|
|
smb_conf_file: /etc/samba/smb.conf
|
|
|
|
|
|
|
|
# переменные NFS
|
|
|
|
nas_nfs_server_pkgs:
|
|
|
|
- nfs-server
|
|
|
|
- rpcbind
|
|
|
|
- nfs-clients
|
|
|
|
|
|
|
|
nas_nfs_service:
|
|
|
|
- nfs-server
|
|
|
|
- rpcbind
|
|
|
|
|
2023-09-14 11:07:48 +03:00
|
|
|
nfs_root: /share
|
2023-09-13 09:29:36 +03:00
|
|
|
nfs_share: /share/nfsshare
|
|
|
|
nfs_share_grp: "domain users"
|
|
|
|
|