Update smb.conf.j2

This commit is contained in:
SvenEeckeman 2017-11-05 12:57:31 +01:00 committed by GitHub
parent 7439d63baa
commit d653347e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,10 @@
netbios name = {% if samba_netbios_name is defined %}{{ samba_netbios_name }}{% else %}{{ ansible_hostname }}{% endif %} netbios name = {% if samba_netbios_name is defined %}{{ samba_netbios_name }}{% else %}{{ ansible_hostname }}{% endif %}
workgroup = {{ samba_workgroup }} workgroup = {{ samba_workgroup }}
server string = {{ samba_server_string }} {% if samba_realm is defined %}
realm = {{ samba_realm }}
{% endif %}
server string = {{ samba_server_string }}
# Logging # Logging
{% if samba_log is defined %} {% if samba_log is defined %}