ldap: Refactor ldap roles

* Move ldap/client to software submodule as ldap
* Rename ldap/server to ldap-server
This commit is contained in:
Timo Makinen 2021-09-01 14:11:47 +00:00
parent ddb0ed97cb
commit 85ac1dcd68
19 changed files with 4 additions and 35 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart slapd
service:
name: slapd
state: restarted