apt
|
Merge pull request #723 from skvidal/devel
|
2012-07-30 10:45:42 -07:00 |
assemble
|
More cleanup in assemble module for module magic (tm)
|
2012-07-25 09:24:10 -07:00 |
async_status
|
Port async_status to use the new common code.
|
2012-07-24 19:03:18 -04:00 |
async_wrapper
|
Apply logging of arguments to modules (issue #122)
|
2012-05-09 15:19:20 -07:00 |
authorized_key
|
Convert authorized_key modules to use new common code + misc style things
|
2012-07-28 17:03:10 -04:00 |
command
|
added a 'chdir' argument to the command module
|
2012-07-30 18:39:45 +03:00 |
copy
|
imports not needed
|
2012-07-21 17:25:47 -04:00 |
facter
|
Standardizing the module
|
2012-07-24 21:08:56 +05:30 |
failtest
|
Surface module debug (-D) to /usr/bin/ansible also
|
2012-03-31 11:45:29 -04:00 |
fetch
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
|
2012-07-14 11:59:12 -04:00 |
file
|
Fix file module to support = in args; remove superflous call in get_url
|
2012-07-24 06:40:34 +02:00 |
get_url
|
Fix file module to support = in args; remove superflous call in get_url
|
2012-07-24 06:40:34 +02:00 |
git
|
Update git module to use module magic and other changes
|
2012-07-29 22:39:19 -07:00 |
group
|
Update group module to use new shared module code
|
2012-07-21 22:30:13 -07:00 |
mount
|
Standardizing the mount module
|
2012-07-24 17:00:08 +05:30 |
mysql_db
|
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
|
2012-07-30 17:15:24 -05:00 |
mysql_user
|
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
|
2012-07-30 17:15:24 -05:00 |
ohai
|
Port the ohai module over, while this is actually *longer* now, not transferring the args file makes this much
|
2012-07-28 17:07:55 -04:00 |
ping
|
Save the transfer of the module file for new style modules, because we can inject the arguments into the modules.
|
2012-07-23 19:18:45 -04:00 |
postgresql_db
|
Use standard argument names in PostgreSQL modules
|
2012-07-29 12:52:14 -04:00 |
postgresql_user
|
Use standard argument names in PostgreSQL modules
|
2012-07-29 12:52:14 -04:00 |
raw
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
|
2012-07-14 11:59:12 -04:00 |
service
|
Further service module tweaks
|
2012-07-28 16:48:04 -04:00 |
setup
|
Port setup module to use the common module base
|
2012-07-28 17:14:23 -04:00 |
shell
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
|
2012-07-14 11:59:12 -04:00 |
slurp
|
By defining a main function here, and including it ahead of the boilerplate insertion symbol, tracebacks are
|
2012-07-20 06:37:46 -04:00 |
template
|
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications
|
2012-07-14 11:59:12 -04:00 |
user
|
Undefined variable error
|
2012-07-24 09:26:45 -05:00 |
virt
|
Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places.
|
2012-07-28 09:22:13 -04:00 |
yum
|
Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places.
|
2012-07-28 09:22:13 -04:00 |