You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
416 B
19 lines
416 B
4 years ago
|
---
|
||
|
|
||
|
- name: Create samba tls dir
|
||
|
file: path=/var/lib/samba/private/tls state=directory mode=700
|
||
|
tags: samba
|
||
|
|
||
|
- name: Create rsyncd conf snippet dir
|
||
|
file: path=/etc/rsyncd.conf.d/ state=directory
|
||
|
tags: samba
|
||
|
|
||
|
- name: Create samba scripts dir
|
||
|
file: path=/var/lib/samba/scripts state=directory
|
||
|
tags: samba
|
||
|
|
||
|
- name: Create conf.d directory
|
||
|
file: path=/etc/samba/smb.conf.d/ state=directory
|
||
|
tags: samba
|
||
|
|