Files @ 0004ec73b902
Branch filter:

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

branko
MAR-28: Implemented scaffolding for testing the mail_server role:

- Added Molecule configuration.
- Added test playbook.
- Restart Postfix for truststore changes.
- Added test data (private keys and certificates).
- Fixed small documentation inaccuracy.
1
2
3
4
5
6
7
---

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

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