index
:
delta/ansible-modules-core.git
cherrypick-docker-facts-fix
devel
docker-merge-hostconfig-methods
docker-pid-mode
docker-tls-alt-854
docker-tls-none
ec2_vpc-sort
facts-subset-and-cleanup
feature_10218
find-with-regex
fix-authorized_key-random-hash
fix-wait-for-forever
gundalow-patch-1
gundalow-patch-2
gundalow-patch-3
issue_11023_ec2_euca
m-o-e-fix-ec2_asg
mysql-login-user-override
mysql-port
pip-freeze-and-pip-setuptools
pr/1657
pr/1916
pr/4642
release1.8.0
release1.8.1
release1.8.2
release1.8.3
release1.8.4
revert-1049-feature/os_router_gateway
revert-1050-revert-1049-feature/os_router_gateway
revert-1485-win_get_url-modified
revert-1564-win_features_improvements_v2
revert-1720-feature-virtual-floppy
revert-1995-revert-1720-feature-virtual-floppy
revert-3124-elb_proxy_protocol
revert-3488-azure_rm_virtualmachine
revert-3630-patch-1
revert-3944-devel
revert-5329-fix-authorized_key-random-hash
revert-5428-fix_command_timeout
revert-5594-doc/stat
revert-806-revert-753-fix/ec2-spot-no-tenancy
stable-1.9
stable-2.0
stable-2.0-network
stable-2.0.0.1
stable-2.0.1
stable-2.1
stable-2.2
staging
synchronize-become-is-reversed
synchronize-better-error-missing-rsync
temp-post-2.2.0-staging
temp-post-2.2.1-staging
travis-docs
uri-encoding-fix
use-yum-api
v1_modules
v2_command
yum-use-rpm
github.com: ansible/ansible-modules-core.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove str.format() usage for python2.4 compat.
Toshio Kuratomi
2015-01-27
1
-3
/
+2
*
Fix regex string format
Ricky Cook
2014-10-09
1
-1
/
+1
*
Get warn option same as other args
Ricky Cook
2014-10-09
1
-1
/
+1
*
Add comment to command options dict
Ricky Cook
2014-10-09
1
-0
/
+1
*
Simplify command module option parsing
Ricky Cook
2014-10-09
1
-12
/
+21
*
Strip newlines off k=v pairs in command/shell argument parsing
James Cammarata
2014-10-08
1
-6
/
+1
*
package files
Michael DeHaan
2014-09-26
1
-0
/
+0
*
file extensions!
Michael DeHaan
2014-09-26
4
-0
/
+0
*
Restructuring.
Michael DeHaan
2014-09-26
4
-0
/
+443
*
Move modules into subdirectory.
Michael DeHaan
2014-09-26
4
-443
/
+0
*
Make command warnings off by default to minimize surprises.
Michael DeHaan
2014-08-22
2
-4
/
+3
*
Docs for command warnings feature.
Michael DeHaan
2014-08-22
1
-1
/
+3
*
Slightly trim down the warnings list based on some things being pretty common
Michael DeHaan
2014-08-22
1
-1
/
+0
*
Added warnings to command module
Will Thames
2014-08-22
2
-9
/
+49
*
Removing skipped=True from result when using creates= and removes=
James Cammarata
2014-08-19
1
-2
/
+0
*
Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Michael DeHaan
2014-08-08
1
-1
/
+1
|
\
|
*
multiple spelling error changes
Carlos E. Garcia
2014-04-29
1
-1
/
+1
*
|
Move splitter to module_utils so modules can use it and fix command arg split...
James Cammarata
2014-07-29
1
-6
/
+3
*
|
Fixes for module param counting and additional shell quoting issues
James Cammarata
2014-07-23
1
-5
/
+10
*
|
Fixing up shell quoting issues
James Cammarata
2014-07-22
1
-8
/
+21
*
|
Security fixes:
James Cammarata
2014-07-21
1
-27
/
+34
*
|
Add note about useful quote filter.
Michael DeHaan
2014-07-18
1
-0
/
+3
*
|
Added examples to the command module
Rik
2014-06-24
1
-2
/
+10
*
|
Added examples to the shell module
Rik
2014-06-24
1
-1
/
+12
|
/
*
Clarify free_form isn't a real option :)
Michael DeHaan
2014-04-03
2
-2
/
+4
*
Micro-optimization: replace s.find(x)!=-1 with x in s
Cristian Ciupitu
2014-03-16
1
-1
/
+1
*
Force command action to not be executed by the shell unless specifically enabled
James Tanner
2014-03-10
1
-1
/
+1
*
Add creates= and removes= to the script: action
jeromew
2014-02-18
1
-0
/
+18
*
Adding no_log: capability for tasks
James Cammarata
2014-01-31
1
-1
/
+3
*
Mention shell module in command documentation
Jeff Geerling
2014-01-27
1
-1
/
+2
*
shell module: document removes option and sync with command module doc
Stoned Elipot
2013-12-25
1
-7
/
+13
*
Fixes #5023 Convert all modules to use new snippet import pattern
James Tanner
2013-12-02
1
-2
/
+2
*
There's a cleaner way to do this, commit to module formatter pending.
Michael DeHaan
2013-11-27
2
-1
/
+2
*
No longer need to reference 'version_added' in docs for these, as this was qu...
Michael DeHaan
2013-11-27
2
-2
/
+1
*
Add version_added to all modules missing version_added information, the docs ...
Michael DeHaan
2013-11-18
3
-0
/
+3
*
Allow for relative paths by using abspath
Jesse Keating
2013-08-20
1
-6
/
+3
*
Docs: consistently format playbook EXAMPLES
Jan-Piet Mens
2013-06-17
1
-1
/
+2
*
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Jan-Piet Mens
2013-06-15
4
-20
/
+29
*
No need to expanduser() command's chdir argument twice
Stoned Elipot
2013-05-29
1
-1
/
+1
*
Allow modules to be categorized, and also sort them when generating the docum...
Michael DeHaan
2013-04-28
4
-0
/
+322