switched to new facts-syntax
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
workgroup = {{ samba_workgroup }}
|
||||
|
||||
tls enabled = yes
|
||||
tls keyfile = /etc/letsencrypt/live/{{ ansible_fqdn }}/privkey.pem
|
||||
tls certfile = /etc/letsencrypt/live/{{ ansible_fqdn }}/fullchain.pem
|
||||
tls keyfile = /etc/letsencrypt/live/{{ ansible_facts['fqdn'] }}/privkey.pem
|
||||
tls certfile = /etc/letsencrypt/live/{{ ansible_facts['fqdn'] }}/fullchain.pem
|
||||
|
||||
template homedir = /home/%U
|
||||
template shell = /bin/zsh
|
||||
|
||||
Reference in New Issue
Block a user