10 lines
215 B
YAML
10 lines
215 B
YAML
---
|
|
- name: domaincontroller | configure | create smb.conf from template
|
|
template:
|
|
src: smb.conf.j2
|
|
dest: /etc/samba/smb.conf
|
|
owner: root
|
|
group: root
|
|
mode: '0644'
|
|
notify: restart samba-ad-dc
|