mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-03-28 12:00
This commit is contained in:
@@ -78,8 +78,13 @@
|
||||
creates: /var/lib/samba/private/tls/dhparam.pem
|
||||
tags: samba
|
||||
|
||||
- name: Deploy smb.conf
|
||||
template: src=smb.conf.j2 dest=/etc/samba/smb.conf
|
||||
- name: Deploy samba configuration
|
||||
template: src={{ item.src }} dest={{ item.dest }}
|
||||
loop:
|
||||
- src: smb.conf.j2
|
||||
dest: /etc/samba/smb.conf
|
||||
- src: sysconfig.j2
|
||||
dest: /etc/sysconfig/samba
|
||||
notify: reload samba
|
||||
tags: samba
|
||||
|
||||
|
Reference in New Issue
Block a user