Add smb.conf to absible. Add new users. Add new shares.
This commit is contained in:
@ -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)"
|
||||
|
Reference in New Issue
Block a user