roles/winbind: Configure Samba AD membership
The *winbind* role builds upon the *samba* role to configure the machine as an Active Directory domain member.
This commit is contained in:
4
roles/winbind/handlers/main.yml
Normal file
4
roles/winbind/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: restart winbind
|
||||
service:
|
||||
name={{ winbind_svc }}
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user