add role ldap/nss
This commit is contained in:
parent
998dc0b643
commit
9fc02e7bef
3 changed files with 77 additions and 0 deletions
11
roles/ldap/nss/handlers/main.yml
Normal file
11
roles/ldap/nss/handlers/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: restart nslcd
|
||||
service:
|
||||
name: nslcd
|
||||
state: restarted
|
||||
notify: reload nscd
|
||||
|
||||
- name: reload nscd
|
||||
service:
|
||||
name: nscd
|
||||
state: reloaded
|
Loading…
Add table
Add a link
Reference in a new issue