Add samba role
With sssd.
This commit is contained in:
parent
0907870142
commit
43b9010126
5 changed files with 184 additions and 0 deletions
7
roles/samba/handlers/main.yml
Normal file
7
roles/samba/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- name: reload smbd
|
||||
command: systemctl reload smbd
|
||||
when: "'handler' not in ansible_skip_tags"
|
||||
|
||||
- name: restart sssd
|
||||
command: systemctl restart sssd
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue