openldap: add monit integration
This commit is contained in:
parent
13805532bd
commit
424e2948f8
1 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,18 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'monit': {
|
||||||
|
'services': {
|
||||||
|
'openldap': {
|
||||||
|
'bin': '/usr/sbin/slapd',
|
||||||
|
'systemd_unit': 'slapd',
|
||||||
|
'ports': {
|
||||||
|
'389': {},
|
||||||
|
'636': {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'openldap': {
|
'openldap': {
|
||||||
'rootpw': repo.vault.password_for(f'{node.name} openldap rootpw'),
|
'rootpw': repo.vault.password_for(f'{node.name} openldap rootpw'),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue