Michael DeHaan
81be8ff7d3
Update htpasswd module for various API incompatibilities
11 years ago
Michael DeHaan
6030c1bcaa
tweak indentation for 'make pep8'
11 years ago
Michael DeHaan
80ef9e2628
Document when options were added on this module.
11 years ago
Michael DeHaan
2cd5e23a51
Merge pull request #3442 from neomantra/supervisorctl
...
supervisorctl: add command-line options as module parameters
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
Evan Wies
e48fb1e9a9
supervisor_ctl: rename to server_url and improve documentation
12 years ago
Evan Wies
80afcea54e
supervisorctl: add command-line options as module parameters
...
Adds more parameters which may be passed to supervisorctl: config,
serverurl, username, password
Also refactored the various `module.run_command(build_a_string)` calls
into a single `run_supervisorctl` function.
12 years ago
Michael DeHaan
1919d02e7d
Styling: trailing spaces
12 years ago
Lorin Hochstein
1847669754
Add GPL header and copyright
12 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
12 years ago
Lorin Hochstein
4f841e6f62
django_manage: Pass --noinput to migrate
...
The django 'migrate' command should receive the --noinput command,
otherwise it can block waiting for user input.
12 years ago
Jochen Maes
0830376b0b
adds 2 django commands (migrate, collectstatic)
...
Signed-off-by: Jochen Maes <jochen@sejo-it.be>
12 years ago
Michael DeHaan
152db00ed9
Merge remote branch 'origin' into devel
...
Conflicts:
library/web_infrastructure/django_manage
12 years ago
Jan-Piet Mens
3404a0fc16
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
12 years ago
Lorin Hochstein
bc6416d202
Fix broken link in django_manage doc
12 years ago
Michael DeHaan
ebf26ec0a3
Standardize docs
12 years ago
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago