Commit Graph

2528 Commits (74833f730bb277b09176896515c8a52846d1f566)
 

Author SHA1 Message Date
James Tanner 74833f730b Fixes #4312 for older versions of usermod which do not have --append 11 years ago
Michael DeHaan beae21dd40 Remove examples of module antipattern of setting the choices array for boolean types. 11 years ago
Mads Weitling f5c04e2ff4 Fix Hg.__init__(...) reading value from self.hg_path 11 years ago
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
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
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
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
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
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
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
Michael DeHaan 3f51da3988 Merge pull request #4366 from skyl/GenericBsd-get_default_interfaces
fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range
11 years ago
Michael DeHaan 41140c94a6 "touch" option on file is new in 1.4 11 years ago
Skylar Saveland db378d4515 fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range 11 years ago
Stoned Elipot 2cee2e5379 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
Matt Martz 71ff1bfce2 Update references for rax_clb_nodes to use rax_clb 11 years ago
Matt Martz 338fef4ff2 Move rax_clb_nodes to rax_clb 11 years ago
Jeroen Hoekx 19b52e9fb7 Add append_privs parameter to MySQL user module.
This adds the privileges given to the existing list of privileges
instead of overwriting any existing ones.
11 years ago
Adam Miller 8b5bb43958 fixed firewalld get_service_enabled 11 years ago
Alexander Saltanov 729a6f1533 Remove options and protocols in source line with regex.
Fixes #4311
11 years ago