Commit Graph

17 Commits (57f43ae5185b979a845820d9d10c411c881c64f1)

Author SHA1 Message Date
Brian Coca ac14a8d6ad unified calls to fs function vs duplicate functions for file and
directory
10 years ago
Richard C Isaacson 52dc20b6d1 Clean up stray space at the end of a line after a period. 11 years ago
mxxcon 970260cc36 Updated docs to have choices for crypt_scheme 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
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.
11 years ago
Michael DeHaan beae21dd40 Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
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.
11 years ago
Michael DeHaan c2feda1eb1 htpasswd documentation formatting fix 11 years ago
jctanner e65794946c Merge pull request #4163 from lorin/htpasswd-doc
htpasswd docs: add notes about depending on python-passlib
11 years ago
James Cammarata d1781dad8c Doc fix in htpasswd module due to colon on the line 11 years ago
Lorin Hochstein a43f5d4892 htpasswd docs: add notes about depending on python-passlib 11 years ago
Jell 070af1179e Add crypt scheme to htpasswd params 11 years ago
Michael DeHaan 81be8ff7d3 Update htpasswd module for various API incompatibilities 11 years ago
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. 11 years ago
Lorin Hochstein 1847669754 Add GPL header and copyright 11 years ago
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
11 years ago