Changeset - ea92f99d9c33
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-03-08 11:20:17
branko@majic.rs
MAR-1: Set explicitly the log level for slapd.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
roles/ldap_server/tasks/main.yml
Show inline comments
 
@@ -20,6 +20,9 @@
 
- name: Deploy configuration file for log rotation of slapd logs
 
  copy: src=slapd_logrotate dest=/etc/logrotate.d/slapd owner=root group=root mode=0644
 

	
 
- name: Change log level for slapd
 
  ldap_entry: dn=cn=config state=replaceattributes olcLogLevel="{{ ldap_server_config.log_level }}"
 

	
 
- name: Install Python LDAP bindings
 
  apt: name=python-ldap state=installed
 

	
0 comments (0 inline, 0 general)