move samba roles to roles directory

This commit is contained in:
Michael Pellegrino
2021-08-26 14:29:25 -04:00
parent ab9c9281d8
commit 21612189e0
28 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
# Handlers: Samba4 member server
#
# Author: Luc Rutten
# Version: 1.0
- name: "restart_samba_services"
systemd:
name: "{{ item }}"
state: restarted
enabled: yes
with_items:
- smbd
- nmbd
- winbind