Add samba server progress for scanner
This commit is contained in:
26
roles/scans/templates/smb.conf.j2
Normal file
26
roles/scans/templates/smb.conf.j2
Normal file
@@ -0,0 +1,26 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[global]
|
||||
|
||||
workgroup = WORKGROUP
|
||||
server string = PROGRESS
|
||||
|
||||
security = user
|
||||
hosts allow = 192.168.86.14
|
||||
|
||||
log file = /var/log/samba/%m.log
|
||||
max log size = 500
|
||||
|
||||
dns proxy = no
|
||||
load printers = no
|
||||
printing = bsd
|
||||
printcap name = /dev/null
|
||||
disable spoolss = yes
|
||||
|
||||
[scans]
|
||||
comment = scans
|
||||
path = /mnt/scans
|
||||
valid users = dell
|
||||
public = no
|
||||
browseable = yes
|
||||
writeable = yes
|
||||
Reference in New Issue
Block a user