Update smb.conf.j2
This commit is contained in:
parent
7439d63baa
commit
d653347e67
@ -8,7 +8,10 @@
|
||||
netbios name = {% if samba_netbios_name is defined %}{{ samba_netbios_name }}{% else %}{{ ansible_hostname }}{% endif %}
|
||||
|
||||
workgroup = {{ samba_workgroup }}
|
||||
server string = {{ samba_server_string }}
|
||||
{% if samba_realm is defined %}
|
||||
realm = {{ samba_realm }}
|
||||
{% endif %}
|
||||
server string = {{ samba_server_string }}
|
||||
|
||||
# Logging
|
||||
{% if samba_log is defined %}
|
||||
|
Loading…
Reference in New Issue
Block a user