Files @ 96e9f230a669
Branch filter:

Location: majic-ansible-roles/roles/ldap_server/handlers/main.yml

branko
MAR-10: Updated server roles to deploy private key and certificate. Updated documentation and test site configuration as well.
1
2
3
4
5
6
7
---

- name: Restart rsyslog
  service: name=rsyslog state=restarted

- name: Restart slapd
  service: name=slapd state=restarted