Add smb.conf to absible. Add new users. Add new shares.

This commit is contained in:
2020-06-18 02:08:20 +02:00
parent 2cdbca8cc3
commit 3672b3962a
5 changed files with 1285 additions and 98 deletions

View File

@ -44,3 +44,8 @@
name: rpcbind
daemon_reload: yes
state: restarted
- name: Reload samba config
shell: smbcontrol all reload-config
when:
- "groups['samba_server']|string is search(inventory_hostname)"