Brian Coca
c24956032d
unified calls to fs function vs duplicate functions for file and
...
directory
11 years ago
Richard C Isaacson
292d84165e
Clean up stray space at the end of a line after a period.
11 years ago
mxxcon
ffac1b5c7f
Updated docs to have choices for crypt_scheme
11 years ago
James Tanner
ad837709bd
Addresses #5023 Fix import comments
11 years ago
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
f7c3975f21
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
119b6d73dd
Remove examples of module antipattern of setting the choices array for boolean types.
11 years ago
Stoned Elipot
b03912278e
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
42eeac5aba
htpasswd documentation formatting fix
11 years ago
jctanner
351c4d749e
Merge pull request #4163 from lorin/htpasswd-doc
...
htpasswd docs: add notes about depending on python-passlib
11 years ago
James Cammarata
b41ea366c8
Doc fix in htpasswd module due to colon on the line
11 years ago
Lorin Hochstein
d4326d8196
htpasswd docs: add notes about depending on python-passlib
11 years ago
Jell
a47f2674a4
Add crypt scheme to htpasswd params
11 years ago
Michael DeHaan
508c1d8256
Update htpasswd module for various API incompatibilities
11 years ago
Andrew Todd
e477d993dd
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
f69f364b90
Add GPL header and copyright
12 years ago
Lorin Hochstein
06d92f1103
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
12 years ago