Changeset - 4c5f1593c786
[Not reviewed]
0 1 1
Branko Majic (branko) - 9 years ago 2015-08-30 19:22:46
branko@majic.rs
MAR-19: Make the ldap client configuration optional.
2 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -342,7 +342,7 @@ The role implements the following:
 
Parameters
 
~~~~~~~~~~
 

	
 
**ldap_client_config** (list, mandatory)
 
**ldap_client_config** (list, optional, ``[]``)
 
  A list of configuration options that should be put into the LDAP configuration
 
  file. Each item is a dictionary with the following options defining the
 
  configuration parameter:
roles/ldap_client/defaults/main.yml
Show inline comments
 
new file 100644
 
---
 

	
 
ldap_client_config: []
 
\ No newline at end of file
0 comments (0 inline, 0 general)