Commit graph

82 commits

Author SHA1 Message Date
Javier Candeira
047164adac fix django_manage migrate command 2013-10-10 00:57:01 +11: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
Peter Sprygada
96f7fd5c60 initial ejabberd_user module 2013-10-01 16:21:25 -04:00
James Cammarata
80a8ba1b51 Merge pull request #4228 from mragh/devel
Include database param if provided and valid in django_admin commands
2013-09-25 14:58:29 -07:00
James Cammarata
d1781dad8c Doc fix in htpasswd module due to colon on the line 2013-09-25 14:46:16 -05:00
James Cammarata
920bef12a3 Merge branch 'add-scheme-to-htpasswd-params' of https://github.com/PugglePay/ansible into PugglePay-add-scheme-to-htpasswd-params 2013-09-25 14:39:14 -05:00
egghead
99c53981ff supervisorctl module: fixing typo in error handling 2013-09-24 15:36:16 +00:00
Jake Kreider
664aa794b0 Include database param if provided and valid in django_admin commands 2013-09-24 10:05:45 -05:00
egghead
d05f21fc80 supervisorctl module: adding support for custom supervisord installations
Supervisord can be installed at the user level or system level.
Installating as a user is particularly useful for systems without root access.

Adds the ability to provide a custom supervisorctl executable path, supporting custom installations
2013-09-21 18:13:33 +00: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
danxshap
b8a43a37f0 use home path expansion for virtualenv param in django_manage module 2013-08-11 14:02:13 -07:00
didiercrunch
7f2ae3f375 Update supervisorctl
Fixed the example.
2013-08-06 09:06:28 -04:00
Michael DeHaan
81be8ff7d3 Update htpasswd module for various API incompatibilities 2013-07-20 18:22:58 -04:00
Michael DeHaan
6030c1bcaa tweak indentation for 'make pep8' 2013-07-20 12:48:11 -04:00
Michael DeHaan
80ef9e2628 Document when options were added on this module. 2013-07-20 12:25:13 -04:00
Michael DeHaan
2cd5e23a51 Merge pull request #3442 from neomantra/supervisorctl
supervisorctl: add command-line options as module parameters
2013-07-20 09:23:46 -07: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
Evan Wies
e48fb1e9a9 supervisor_ctl: rename to server_url and improve documentation 2013-07-12 11:53:26 -04:00
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.
2013-07-04 12:23:16 -04:00
Michael DeHaan
1919d02e7d Styling: trailing spaces 2013-06-30 18:52:57 -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
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.
2013-06-18 23:05:40 -04:00
Jochen Maes
0830376b0b adds 2 django commands (migrate, collectstatic)
Signed-off-by: Jochen Maes <jochen@sejo-it.be>
2013-06-16 23:15:43 -04:00
Michael DeHaan
152db00ed9 Merge remote branch 'origin' into devel
Conflicts:
	library/web_infrastructure/django_manage
2013-06-16 22:15:30 -04:00
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
2013-06-15 20:54:25 +02:00
Lorin Hochstein
bc6416d202 Fix broken link in django_manage doc 2013-06-13 14:01:32 -04:00
Michael DeHaan
ebf26ec0a3 Standardize docs 2013-06-01 18:36:44 -04:00
Michael DeHaan
cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00