Commit Graph

3035 Commits (5040665cd05638c7daa8e14754dc581a6c0fe5c5)
 

Author SHA1 Message Date
Mads Weitling f2f7060454 Fix 'hg module fails with: AttributeError: 'AnsibleModule' object has no attribute 'parames'' 11 years ago
Michael DeHaan 8f896a85bf Correct typo 11 years ago
Robert Parrott 574674958d small change ... in order to get changed signal correct, move DEFAULT section test upward. 11 years ago
Boris Kaul 82a89b79d6 Add support for Rich Rules in firewalld module 11 years ago
Robert Parrott adaef79aaf fix handling of [DEFAULT] section by ConfigParser. it is there by DEFAULT. 11 years ago
Michael DeHaan a715df1e65 Merge pull request #4423 from localvoid/firewalld-fix_timeout
Fix timeout bug in firewalld module
11 years ago
Michael DeHaan 09bb324b2f Merge pull request #4422 from bennojoy/nova1
nova compute fix for instance name regex issue
11 years ago
Boris Kaul 3e85f39ba7 Fix timeout bug in firewalld module 11 years ago
bennojoy 118c59b385 nova compute fix regex in instance name 11 years ago
Jim Kleckner dc021c9dc5 Add detail to copy module validate argument
This clarifies the validate command argument and makes it clear that if
it is present, it must include the '%s' argument for the path to the
temporary file to validate.
11 years ago
Jonathan Mainguy c45b5ef038 Added resp= option for svr4pkg to enable the -r option in pkgadd for response files 11 years ago
Joost Cassee fad56730e8 Add in a retry loop for route53 requests
The route53 api doesn't allow multiple overlapping requests, so if
it is still processing a previous request when the next comes in will
return an error.

Fixes #4085
11 years ago
James Tanner 613b6a2473 #4408 s3: add force alias for overwrite and set True by default 11 years ago
Jeremy Price 1c0707ade7 Adding the bin/ directory of the virtualenv (if you specify a virtualenv) as a path_prefix so that other programs that only exist in the virtualenv will be available to things being installed into said virtualenv. Classic example: installing gevent requires cython binary to be available, but if cython is in the virtualenv only it won't be found without this. 11 years ago
James Tanner 7aa187b413 Remove debug comment from s3 module 11 years ago
James Tanner 4b4b9551d0 4006: return s3 url even if file exists 11 years ago
Javier Candeira 047164adac fix django_manage migrate command 11 years ago
Michael DeHaan 64349632c7 For values that are booleans in the module doc, the value in the doc section should be a boolean or truthiness
is engaged in the documentation formatting.  This fixes the update_cache default in the docs to the proper
value of "no"
11 years ago
Michael DeHaan 85d0ea0d5f Use explicit boolean defaults in apt module to make the code more clear. 11 years ago
James Tanner 4ce2a5f8df Second attempt at preventing ipv6 route enumeration on EL4 machines 11 years ago
James Tanner bee6b544f5 Revert "Do not enumerate ipv6 routes in CentOS 4"
This reverts commit 5186c408f7.
11 years ago
James Tanner 879d20cac3 Do not enumerate ipv6 routes in CentOS 4 11 years ago
Eric Johnson ea8147802a custom user-agent header 11 years ago
Michael DeHaan 50d72d89c2 Fix documentation of default value in s3 module. Fixes #4289 11 years ago
Michael DeHaan c798b064a0 Fix typo, relative to absolute, fixes #4126 11 years ago
Michael DeHaan d1b9ca4427 Add documentation about how passwords are generated. 11 years ago
Raul Melo 1eaf3881ef Changed ansible target version 11 years ago
Raul Melo c01540f8ac Change file swdepot perms 11 years ago
Raul Melo b8cba01800 Made some code cleanups and use of module.run_command 11 years ago
Raul Melo e635a1ee5a Module for swdepot (HP-UX package manager) 11 years ago
Eric Johnson ab47f575dd adding Google Compute Engine modules and inventory plugin 11 years ago
James Cammarata 85cd7f7500 Better detection/categorization of ipv4 secondaries/virtual IPs
Fixes #3916
Fixes #3478
11 years ago
Michael DeHaan b73f311f8b Make group_id be a list. 11 years ago
Michael DeHaan 9771032885 Merge pull request #4389 from MattTheRat/devel
addresses #4371 - adds -m to usermod commands
11 years ago
Matt Warren f40a1e0eae addresses https://github.com/ansible/ansible/issues/4371 - adding -m to home directory modification 11 years ago
Michael DeHaan d1a751cfb1 Merge pull request #4368 from sayap/ec2_ami
ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
11 years ago
Michael DeHaan ae698174d6 Merge pull request #4352 from jhoekx/mysql-user-grant
Add grant parameter to MySQL user module
11 years ago
Michael DeHaan 7303093f35 Merge pull request #4334 from bennojoy/s3
minor fixes
11 years ago
Michael DeHaan b7da202b73 Merge pull request #4300 from psvo/cloudformation_results_fix
Fail cloudformation operation when it is not completed successfully
11 years ago
Benno Joy 325b65b8c6 change "Changed" to changed 11 years ago
Michael DeHaan c405a61505 Merge pull request #4336 from orkaa/devel
Fixes service update-rc.d functionality on debian
11 years ago
Michael DeHaan 3835c2cb3a Merge pull request #4347 from sashka/devel
Remove options and protocols in source line with regex.
11 years ago
Michael DeHaan bcdcf4c2f3 Merge pull request #4309 from ryanaudiencepi/monit_fix
Fix monit uppercase and restart problem
11 years ago
Michael DeHaan 40d7b59f36 Merge pull request #4264 from wulczer/fix-linode-param-type
The payment term param in the Linode module is an int.
11 years ago
Michael DeHaan 12308c9152 Fix module formatting in the pkgutil module. 11 years ago
Michael DeHaan b8f821f065 Add "from" as an alias to "msg_from" in the hipchat module, to match docs. 11 years ago
Joshua Kehn a20f477e64 Added validate option to lineinfile
The validate option is constructed similarly to the template command's
validate option. TestRunner.py has been updated to include two new
tests, one for passing and one for failing validation.
11 years ago
Michael DeHaan d1bb1220d5 Merge pull request #4364 from stoned/pre-1.6-passlib
Fix compatibility issue with passlib version < 1.6 (as encountered on eg...
11 years ago
Yap Sok Ann 05a235a318 ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
Calling `ec2.get_image` right after `ec2.create_image` may raise error
"InvalidAMIID.NotFound". This has happend roughly 1 time out of 10 for me.

Other people has bitten by this too:
- 5707f100a0
- http://stackoverflow.com/a/14794952
- https://bitbucket.org/utoolity/bamboo-aws-plugin/pull-request/22/baws-116-fix-ec2-image-task-failing-with/diff
11 years ago
Martijn Lina 3d16b75096 replace dashes in rc.conf keys (which are based on freebsd rc.d filenames) to underscores 11 years ago