mod
This commit is contained in:
@@ -15,4 +15,9 @@ dc_details:
|
||||
domain_suffix: lan
|
||||
admin: Administrator
|
||||
adminpass: P@ssw0rd
|
||||
dns_forwarder: 77.88.8.8
|
||||
dns_forwarder: 77.88.8.8
|
||||
|
||||
# NFS
|
||||
nas_nfs_client_pkgs:
|
||||
- nfs-utils
|
||||
- nfs-clients
|
||||
@@ -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