Ramon de la Fuente
a8ac83e397
module guideline changes
9 years ago
Ramon de la Fuente
ce76d813c3
added the folder structure and general explanation to examples, removed module name typo
9 years ago
Ramon de la Fuente
35ec03ec00
removed link to guide, and added more documentation and examples
9 years ago
Ramon de la Fuente
559a7e7a32
adding the deploy_helper module
9 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Brian Coca
5187c7fcd7
removed executable bit
10 years ago
Brian Coca
08445418aa
more string corrections
10 years ago
Brian Coca
edf519a0c2
moar quotes
10 years ago
Greg DeKoenigsberg
e687c6f115
Adding author's github id
10 years ago
Greg DeKoenigsberg
c76f37e53b
Adding author's github id
10 years ago
Greg DeKoenigsberg
58cc8f8240
Adding author's github id
10 years ago
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
10 years ago
Toshio Kuratomi
5a514ccdda
Move from md5 to sha1 to work on fips-140 enabled systems
10 years ago
Michael DeHaan
110250d344
package files
10 years ago
Michael DeHaan
b1e789968b
File extensions!
10 years ago
Michael DeHaan
50f105578a
Restructuring.
10 years ago
Michael DeHaan
73123b69fa
Move modules into subdirectory.
10 years ago
James Cammarata
ba062de744
Merge branch '7736' of https://github.com/kcghost/ansible into kcghost-7736
10 years ago
Michael DeHaan
76eb5064f4
Merge pull request #7520 from jjneely/a2enmod
...
apache2_module module fixes
10 years ago
Casey Fitzpatrick
c0543db5f3
apache2_module handles multiple lines of output, fixes #7736 and #7857
11 years ago
Joel Crocker
df0f2b9c52
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.
11 years ago
Brian Coca
ac14a8d6ad
unified calls to fs function vs duplicate functions for file and
...
directory
11 years ago
Jack Neely
1452a058df
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.
11 years ago
Jack Neely
14ee2e4505
apache2_module: whitespace cleanup
...
Remove trailing whitespace.
11 years ago
Michael Warkentin
c826b8573c
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.
11 years ago
Christian Berendt
0a35850927
made enabled/disabled checks of apache2_module workable
11 years ago
Joel Schuweiler
c1470db8fd
Fix example
11 years ago
James Tanner
941d89cf5f
Fix version_added for a few parameters in django_manage
11 years ago
Michael DeHaan
54180817cd
Add version_added info + changelog
11 years ago
Christian Berendt
5b8cdf6ce2
use module.get_bin_path() for a2enmod
11 years ago
Christian Berendt
a500f63766
removed duplicated <<INCLUDE_ANSIBLE_MODULE_COMMON>> line
11 years ago
Christian Berendt
62813f72a5
added module to enable/disable Apache2 modules
...
This module uses a2enmod or a2dismod to enable or disable
Apache2 modules.
11 years ago
Michael DeHaan
6c206b3866
Documentation updates for supervisor module changes.
11 years ago
Michael DeHaan
f24a625750
Merge branch 'supervisorctl-support-group' of git://github.com/inetfuture/ansible into devel
11 years ago
Steve Smith
ba1bffde5d
Add a JIRA control module for Ansible. This version uses fetch_url rather than urllib2.
11 years ago
Richard C Isaacson
24327b39b2
Bulk update of choices=BOOLEANS to type='bool'
11 years ago
James Tanner
fc33860e5d
Force command action to not be executed by the shell unless specifically enabled
11 years ago
ToBeReplaced
b950ad6b1c
Add comment about mod_admin_extra
...
Fixes issue #6027 .
11 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
inetfuture(Aaron Wang)
a95d6ffd2c
supervisorctl: add group support and refine documenation.
11 years ago
Roger López
5e77eb70e4
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
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
Steven Davidson
774f27e336
Reports changed status from django_manage migrate
11 years ago
James Cammarata
2bd830369a
Checking for a transitional running state in supervisorctl
...
Fixes #3977
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
jctanner
97ce9b022c
Merge pull request #4510 from jhoekx/jboss-module
...
Add jboss module
11 years ago
James Tanner
b69d3abc00
Fix typo in ejabberd_user module docstrings
11 years ago
jctanner
5fb82afb29
Merge pull request #4329 from privateip/devel
...
ejabberd_user module for managing users in ejabberd
11 years ago