openldap: add monit integration

This commit is contained in:
Rico 2022-01-04 13:34:04 +01:00
parent 13805532bd
commit 424e2948f8
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,18 @@ defaults = {
},
},
},
'monit': {
'services': {
'openldap': {
'bin': '/usr/sbin/slapd',
'systemd_unit': 'slapd',
'ports': {
'389': {},
'636': {},
},
},
},
},
'openldap': {
'rootpw': repo.vault.password_for(f'{node.name} openldap rootpw'),
},