From 4c5f1593c7864970605f81d2fcecc7c4606f194f 2015-08-30 19:22:46 From: Branko Majic Date: 2015-08-30 19:22:46 Subject: [PATCH] MAR-19: Make the ldap client configuration optional. --- diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 04b87d3d456137b40d51976a56387c9ccf2bc972..63c584a724c3767b03f9084e44252e18634ba7c8 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -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: diff --git a/roles/ldap_client/defaults/main.yml b/roles/ldap_client/defaults/main.yml new file mode 100644 index 0000000000000000000000000000000000000000..6c006919b84d114d5992a54bf6e8fa19036bf2c8 --- /dev/null +++ b/roles/ldap_client/defaults/main.yml @@ -0,0 +1,3 @@ +--- + +ldap_client_config: [] \ No newline at end of file