Commit Graph

69 Commits (e7c0b95074f5248dd7f0d7f8f6e8df649945766e)

Author SHA1 Message Date
James Cammarata 8a57c73e92 Merge branch '7736' of https://github.com/kcghost/ansible into kcghost-7736 10 years ago
Michael DeHaan 8810733c64 Merge pull request #7520 from jjneely/a2enmod
apache2_module module fixes
10 years ago
Casey Fitzpatrick b5b840267f apache2_module handles multiple lines of output, fixes #7736 and #7857 10 years ago
Joel Crocker 3f7934cc04 Updates django_manage so it populates VIRTUAL_ENV
Virtualenv's activate script sets the VIRTUAL_ENV environment variable to the path of the virtualenv. Checking this variable is a reasonably common way to verify that execution is happening in a virtualenv. It would be convenient if this module's virtualenv handling set this environment variable.
10 years ago
Brian Coca c24956032d unified calls to fs function vs duplicate functions for file and
directory
10 years ago
Jack Neely 7883261335 apache2_module: Handle dep resolution
The apache2_module module did not properly handle when a2enmod would
handle apache module dependancies.  It would always return a state of
changed.  I've updated the regular expression to properly parse that
output as well as the normal output.  A good example of this is the
mod_proxy_http module.
10 years ago
Jack Neely 3531d3cd28 apache2_module: whitespace cleanup
Remove trailing whitespace.
10 years ago
Michael Warkentin c8eb47eefa Update `command` description
The docs were a little bit out of date with what commands are available to be run. They also didn't explain that you could pass custom commands - I almost went down the path of trying to run our custom management commands with the generic Ansible `command` module.
10 years ago
Christian Berendt 67a8ee24e1 made enabled/disabled checks of apache2_module workable 10 years ago
Joel Schuweiler 7916545979 Fix example 10 years ago
James Tanner 66747529a6 Fix version_added for a few parameters in django_manage 10 years ago
Michael DeHaan 2d116aca5e Add version_added info + changelog 10 years ago
Christian Berendt 9a1c1d3242 use module.get_bin_path() for a2enmod 10 years ago
Christian Berendt b8a8e9fbec removed duplicated <<INCLUDE_ANSIBLE_MODULE_COMMON>> line 10 years ago
Christian Berendt c958c301ae added module to enable/disable Apache2 modules
This module uses a2enmod or a2dismod to enable or disable
Apache2 modules.
10 years ago
Michael DeHaan 78e5f6129f Documentation updates for supervisor module changes. 10 years ago
Michael DeHaan b915390ec8 Merge branch 'supervisorctl-support-group' of git://github.com/inetfuture/ansible into devel 10 years ago
Steve Smith 9a8a8dfb2a Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2. 10 years ago
Richard C Isaacson c1af272ba1 Bulk update of choices=BOOLEANS to type='bool' 10 years ago
James Tanner ba0fec4f42 Force command action to not be executed by the shell unless specifically enabled 10 years ago
ToBeReplaced 23d4ecc2a5 Add comment about mod_admin_extra
Fixes issue #6027.
10 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
inetfuture(Aaron Wang) fbd3902652 supervisorctl: add group support and refine documenation. 11 years ago
Roger López a3dcac0a0f django_manage need not require virtualenv in PATH
The virtualenv parameter to the django_manage command is used to locate
the virtualenv and build it if necessary.  Access to the virtualenv
executable is only needed if the virtualenv directory doesn't exist and
needs to be built.  This patch allows for the situation where a
virtualenv that is not in the PATH was used to create a virtualenv prior
to running the django_manage module.
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
Steven Davidson f5d9679abc Reports changed status from django_manage migrate 11 years ago
James Cammarata bfb1d469e6 Checking for a transitional running state in supervisorctl
Fixes #3977
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
jctanner d14d20327a Merge pull request #4510 from jhoekx/jboss-module
Add jboss module
11 years ago
James Tanner 2fd56efb9e Fix typo in ejabberd_user module docstrings 11 years ago
jctanner 558d0b322a Merge pull request #4329 from privateip/devel
ejabberd_user module for managing users in ejabberd
11 years ago
Patrick Michaud c1e241577c Allow generic django_management commands
This commit removes the restriction on django management commands.  If a command is unknown to the django installation, there will be a concise error produced.

for example:

  tasks:
    - name: invalid command
      django_manage: virtualenv="/valid/virtualenv" app_path="/valid/app_path" command="nowaydude"

Results in:

failed: [hostname] => {"cmd": "python manage.py nowaydude", "failed": true}
msg: stdout: Unknown command: 'nowaydude'
Type 'manage.py help' for usage.

:stderr: Unknown django command: nowaydude
11 years ago
Jeroen Hoekx c16f4f0d91 Add jboss module to manage deployments to JBoss. 11 years ago
Thomas Omans 1dbdd9d6d1 supervisorctl: user expansion on config filepath 11 years ago
Michael DeHaan 119b6d73dd Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
Javier Candeira f8255b538e fix django_manage migrate command 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
Peter Sprygada 7821b24144 initial ejabberd_user module 11 years ago
James Cammarata 2ed803837e Merge pull request #4228 from mragh/devel
Include database param if provided and valid in django_admin commands
11 years ago
James Cammarata b41ea366c8 Doc fix in htpasswd module due to colon on the line 11 years ago
James Cammarata 786a765063 Merge branch 'add-scheme-to-htpasswd-params' of https://github.com/PugglePay/ansible into PugglePay-add-scheme-to-htpasswd-params 11 years ago
egghead 255d2d6770 supervisorctl module: fixing typo in error handling 11 years ago
Jake Kreider bd446ef777 Include database param if provided and valid in django_admin commands 11 years ago
egghead 3f4dc876fc 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
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