mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-04 12:23:13 +02:00
Update to 2022-10-20 10:00
This commit is contained in:
parent
2c1b5706bd
commit
091322a664
@ -21,6 +21,8 @@ nas_shares: []
|
||||
# browseable: True
|
||||
# guest_ok: False
|
||||
# nt_acl: True
|
||||
# custom_conf: |
|
||||
# fruit:time machine = yes
|
||||
# rsync:
|
||||
# enabled: True
|
||||
# read_only: True
|
||||
@ -60,6 +62,7 @@ nas_default_share:
|
||||
guest_ok: False
|
||||
full_audit: True
|
||||
nt_acl: False
|
||||
custom_conf: '# No custom configuration'
|
||||
rsync:
|
||||
enabled: False
|
||||
read_only: True
|
||||
|
@ -49,6 +49,7 @@
|
||||
full_audit:failure=mkdir rmdir open opendir close closedir rename unlink connect disconnect
|
||||
full_audit:prefix=%u|%D|%I|%M|%S
|
||||
{% endif %}
|
||||
{{ share.protocols.smb.custom_conf | indent(2, True) }}
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
@ -98,3 +98,6 @@ samba_trusted_domains: {}
|
||||
|
||||
# samba_min_protocol: NT1
|
||||
# samba_max_protocol: SMB3
|
||||
|
||||
# Custom samba global parameters
|
||||
samba_custom_conf: '# No custom configuration defined'
|
||||
|
@ -44,6 +44,8 @@
|
||||
tls keyfile = {{ samba_tls_key }}
|
||||
{% endif %}
|
||||
|
||||
{{ samba_custom_conf | indent(4, True) }}
|
||||
|
||||
[netlogon]
|
||||
path = /var/lib/samba/sysvol/{{ samba_realm }}/scripts
|
||||
read only = no
|
||||
|
Loading…
x
Reference in New Issue
Block a user