mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2022-10-20 10:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user