Implement LAN server sharing home directories via smb or sshfs.
This commit is contained in:
parent
c976c69bed
commit
e5ae626936
8 changed files with 213 additions and 1 deletions
8
roles/samba-ldap/handlers/main.yml
Normal file
8
roles/samba-ldap/handlers/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
- name: restart sssd
|
||||
service: name=sssd state=restarted enabled=yes
|
||||
listen: "restart sssd"
|
||||
|
||||
- name: restart smbd
|
||||
service: name=smbd state=restarted enabled=yes
|
||||
listen: "restart smbd"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue