Add samba role

With sssd.
This commit is contained in:
Timotej Lazar 2024-05-22 20:50:34 +02:00
parent 0907870142
commit 43b9010126
5 changed files with 184 additions and 0 deletions

View 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"