James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
Michael DeHaan
08996d78d6
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
2013-11-18 18:55:49 -05:00
Michael DeHaan
beae21dd40
Remove examples of module antipattern of setting the choices array for boolean types.
2013-10-11 08:45:13 -04:00
Stoned Elipot
2cee2e5379
Fix compatibility issue with passlib version < 1.6 (as encountered on eg EL6 systems)
...
- passlib.apache.HtpasswdFile's 'default_scheme' was called 'default'
before passlib version 1.6
- while here also deal with passlib.apache.HtpasswdFile's older
'autoload' paramter vs the newer 'new' one.
2013-10-04 03:18:17 +02:00
Michael DeHaan
c2feda1eb1
htpasswd documentation formatting fix
2013-10-02 08:24:21 -04:00
jctanner
e65794946c
Merge pull request #4163 from lorin/htpasswd-doc
...
htpasswd docs: add notes about depending on python-passlib
2013-10-01 19:19:40 -07:00
James Cammarata
d1781dad8c
Doc fix in htpasswd module due to colon on the line
2013-09-25 14:46:16 -05:00
Lorin Hochstein
a43f5d4892
htpasswd docs: add notes about depending on python-passlib
2013-09-18 21:43:13 -04:00
Jell
070af1179e
Add crypt scheme to htpasswd params
2013-09-05 12:05:01 +02:00
Michael DeHaan
81be8ff7d3
Update htpasswd module for various API incompatibilities
2013-07-20 18:22:58 -04:00
Andrew Todd
bd9d3d4fdd
Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
2013-07-17 16:37:04 -04:00
Lorin Hochstein
1847669754
Add GPL header and copyright
2013-06-24 21:18:05 -04:00
Lorin Hochstein
1626bce3a4
Add htpasswd module
...
Add a new module for managing entries in an htpasswd file, used
for basic authentication with web servers such as Apache and Nginx
2013-06-24 16:24:55 -04:00