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