community.general/lib/ansible
The Fox in the Shell efe7c20100 LDAP: Refactor and add ldap_passwd module (#33040)
* modules/net_tools/ldap: Refactor shared options
* modules/net_tools/ldap: Refactor shared code
* modules/net_tools/ldap: Add ldap_passwd module
* modules/net_tools/ldap/ldap_passwd: More robust change check
* In some deployments, using compare_s results in spurious “changed” results,
while bind is more reliable.  The downside is that it results in an extra
connection, and the code it more involved.
* ldap_passwd: Rename methods passwd_[cs]
* ldap_passwd: Remove unecessary type=str
* ldap: Factor-out failure cases
* ldap_passwd: Provide more precise error messages
* ldap_passwd: Irrelevant syntax changes
* ldap_passwd: Rename u_con to tmp_con
* ldap_passwd: Keep HAS_LDAP local
* LDAP doc update
* Resolved all copyright related issues
* Resolved self.fail calls
* Update documentation

Signed-off-by: The Fox in the Shell <KellerFuchs@hashbang.sh>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-04-27 15:54:05 +05:30
..
cli make individual bad paths a warning 2018-04-23 15:17:22 -04:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config Add note about the dangers of ANSIBLE_DEBUG (#39261) 2018-04-24 17:30:41 -07:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor Don't skip conditional exception on includes (#39377) 2018-04-26 13:39:44 -05:00
galaxy Ansible Galaxy: skel for network role #37241 (#37251) 2018-03-09 13:31:27 -05:00
inventory Ensure non ansilbe exceptions keep tracebacks (#37523) 2018-04-11 11:52:12 -04:00
module_utils LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30
modules LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30
parsing Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
playbook Update TaskInclude _raw_params with the expanded/templated path to file (#39365) 2018-04-26 14:25:02 -05:00
plugins more debug logs for free, network_cli, paramiko and add hostname context to debugging messages (#39205) 2018-04-26 17:10:28 -04:00
template fix exception on lookup ignore error 2018-04-16 18:04:52 -04:00
utils LDAP: Refactor and add ldap_passwd module (#33040) 2018-04-27 15:54:05 +05:30
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py
constants.py centralize doc/config plugin lists (#38775) 2018-04-16 09:29:49 -04:00
release.py Fix version in lib/ansible/release.py 2018-02-09 04:47:31 -08:00