Michael DeHaan
686d998b26
Merge pull request #4368 from sayap/ec2_ami
...
ec2_ami: Account for AWS's "eventual consistency" with AMI creation.
2013-10-07 06:09:34 -07:00
Michael DeHaan
8604212da9
Merge pull request #4352 from jhoekx/mysql-user-grant
...
Add grant parameter to MySQL user module
2013-10-07 06:08:39 -07:00
Michael DeHaan
709993aa27
Merge pull request #4334 from bennojoy/s3
...
minor fixes
2013-10-07 06:02:09 -07:00
Michael DeHaan
39a81c4361
Merge pull request #4300 from psvo/cloudformation_results_fix
...
Fail cloudformation operation when it is not completed successfully
2013-10-07 06:01:40 -07:00
Benno Joy
c1198dc12c
change "Changed" to changed
2013-10-07 18:29:03 +05:30
Michael DeHaan
f6c3dce497
Merge pull request #4336 from orkaa/devel
...
Fixes service update-rc.d functionality on debian
2013-10-07 05:56:43 -07:00
Michael DeHaan
a8902e878c
Merge pull request #4347 from sashka/devel
...
Remove options and protocols in source line with regex.
2013-10-07 05:55:43 -07:00
Michael DeHaan
4826d4b87a
Merge pull request #4309 from ryanaudiencepi/monit_fix
...
Fix monit uppercase and restart problem
2013-10-07 05:49:38 -07:00
Michael DeHaan
42e84e1b34
Merge pull request #4264 from wulczer/fix-linode-param-type
...
The payment term param in the Linode module is an int.
2013-10-07 05:48:37 -07:00
Michael DeHaan
8dae9fa5e7
Fix module formatting in the pkgutil module.
2013-10-07 08:24:02 -04:00
Michael DeHaan
37970112d9
Add "from" as an alias to "msg_from" in the hipchat module, to match docs.
2013-10-07 08:15:11 -04:00
Michael DeHaan
b74d9bbc90
Merge pull request #4364 from stoned/pre-1.6-passlib
...
Fix compatibility issue with passlib version < 1.6 (as encountered on eg...
2013-10-04 14:47:18 -07:00
Yap Sok Ann
a8f95435c3
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
2013-10-04 23:17:04 +08:00
Martijn Lina
4cd3b9d637
replace dashes in rc.conf keys (which are based on freebsd rc.d filenames) to underscores
2013-10-04 16:30:39 +02:00
Michael DeHaan
a74c0091b2
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
2013-10-04 05:56:04 -07:00
Michael DeHaan
b9c337e436
"touch" option on file is new in 1.4
2013-10-04 08:45:05 -04:00
Skylar Saveland
b47add0f32
fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range
2013-10-03 18:58:11 -07:00
Stoned Elipot
b03912278e
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.
2013-10-04 03:18:17 +02:00
Matt Martz
c56659a2a8
Update references for rax_clb_nodes to use rax_clb
2013-10-03 09:45:01 -05:00
Matt Martz
fd959a8b7c
Move rax_clb_nodes to rax_clb
2013-10-03 09:43:56 -05:00
Jeroen Hoekx
08b0773da5
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.
2013-10-03 14:57:01 +02:00
Adam Miller
323e8d4a8c
fixed firewalld get_service_enabled
2013-10-02 18:52:53 -05:00
Alexander Saltanov
2bd6c5e262
Remove options and protocols in source line with regex.
...
Fixes #4311
2013-10-03 03:31:04 +04:00
Michael DeHaan
a94a141ad5
Merge pull request #4345 from jlund/fetch-typo
...
Fixed a typo in the fetch module documentation
2013-10-02 16:17:33 -07:00
Joshua Lund
db8dd1dcc2
Fixed a typo in the fetch module documentation
2013-10-02 16:02:18 -06:00
Andy Kluger
ee054a491a
Fix for Issue #2470 - gem version string processing
...
This fix assumes that no sane gem version has spaces in it, so when one like that is encountered, it will get truncated at the first space.
2013-10-02 17:55:30 -04:00
James Cammarata
d21714a37f
Fix for network byte order issues in accelerate
2013-10-02 15:37:15 -05:00
ryanaudiencepi
cd6d4f70c0
Monit fix - Use case insensitive comparison
2013-10-03 02:46:35 +08:00
Michael DeHaan
df529b9b69
Merge pull request #4338 from jlaska/ec2_group_idempotency
...
Add idempotency support to ec2_group
2013-10-02 10:01:28 -07:00
James Laska
e002496f0e
Add idempotency support to ec2_group
2013-10-02 11:29:59 -04:00
Nace Oroz
672a0c04e4
Fixes service update-rc.d functionality on debian
2013-10-02 14:27:38 +02:00
Michael DeHaan
42eeac5aba
htpasswd documentation formatting fix
2013-10-02 08:24:21 -04:00
bennojoy
00dcf0f1ac
minor fixes
2013-10-02 13:27:54 +05:30
James Cammarata
912e3a7b0b
Merge branch 'accelerate_improvements' into devel
...
Conflicts:
library/utilities/accelerate
2013-10-01 21:22:17 -05:00
jctanner
351c4d749e
Merge pull request #4163 from lorin/htpasswd-doc
...
htpasswd docs: add notes about depending on python-passlib
2013-10-01 19:19:40 -07:00
Michael DeHaan
a43ebf0b29
Merge pull request #4330 from tgerla/ec2_eip-docs
...
ec2_eip module: note that there may be a delay reaching the instance
2013-10-01 15:12:07 -07:00
James Cammarata
fa80a17aa3
Make recv_data less greedy so it doesn't eat other packets
2013-10-01 16:50:32 -05:00
Tim Gerla
70be8cfd17
ec2_eip module: note that there may be a delay before the reassigned instance is reachble.
2013-10-01 14:50:06 -07:00
James Cammarata
c3d06b4639
Merge branch 'devel' of https://github.com/ansible/ansible into devel
2013-10-01 15:59:29 -05:00
James Tanner
c13dd50b5e
typo in ec2_eip docstring
2013-10-01 16:58:35 -04:00
James Cammarata
ac3cdf7c25
Merge branch 'devel' of https://github.com/digi691/ansible into digi691-devel
2013-10-01 15:51:51 -05:00
James Tanner
b98ab745f1
fix docstring indentation on scc modules
2013-10-01 16:46:17 -04:00
James Cammarata
59a5ce23d9
Adding an accelerate_timeout parameter for plays
...
This setting makes the timeout for each play configurable, rather than
hard-coding it at 300 seconds (now the default if left unspecified)
Fixes #4162
2013-10-01 15:26:50 -05:00
James Cammarata
f9c87868ac
Added keepalive packets to accelerate mode
...
Commands will now be started up in a separate task from the main
handler thread, so that it can be monitored for completeness while
sending a keepalive packet back to the controller to avoid a socket
receive timeout.
2013-10-01 15:19:21 -05:00
James Cammarata
344d8d51ab
Use atomic_move to put the file, rather than shelling out
...
Fixes #4321
2013-10-01 14:47:50 -05:00
James Cammarata
9341587520
Merge branch 'sha256sum-updates' of https://github.com/jlund/ansible into jlund-sha256sum-updates
2013-09-30 23:16:12 -05:00
James Cammarata
c8dcdc7b7a
Merge branch 'source_control-executable' of https://github.com/skyl/ansible into skyl-source_control-executable
2013-09-30 21:57:47 -05:00
cdigiovanni
7ff2b3befd
Added support to disable and enable upstart jobs
2013-09-30 14:50:47 -05:00
ryanaudiencepi
9da0ae2a1f
Fix monit module. Monit restart bug
2013-10-01 03:41:17 +08:00
ryanaudiencepi
c2e2d53a16
Fix monit module. Use lowercase letters check instead of uppercase
2013-10-01 03:39:43 +08:00