preparation for role domaincontroller
This commit is contained in:
9
roles/domaincontroller/tasks/configure.yml
Normal file
9
roles/domaincontroller/tasks/configure.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user