Files @ 24c957d877de
Branch filter:

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

branko
MAR-96: Fixed indentation for code listing in testsite documentation for generating the SSH keys. Added an extra "workstation" machine to test site meant to be used for testing Debian 9 Stretch compatibility. Moved testing of "extra_backup_patterns" into the new workstation machine.
1
2
3
4
5
6
7
---

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

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