Abhijit Menon-Sen
841ceb808d
Fix spot instance creation by ignoring instance_initiated_shutdown_behavior ( #4741 )
...
Before this, all spot instance requests would fail because the code
_always_ called module.fail_json when the parameter was set (which it
always was, because the module parameter's default was set to 'stop').
As the comment said, this parameter doesn't make sense for spot
instances at all, so the error message was also misleading.
2016-12-08 11:25:02 -05:00
Florian Dambrine
2adc325ef6
Fix ec2 module source_dest_check when running on non VPC instances (EC2 Classic) ( #3243 )
2016-12-08 11:25:02 -05:00
Matt Ferrante
d88f5f6808
Properly support tag updates on CloudFormation stack-update actions ( #3638 )
2016-12-08 11:25:02 -05:00
David J Peacock
14fb0e4136
description expanded for 112, AKA VRRP protocol) ( #4645 )
...
* description expanded for 112, AKA VRRP protocol)
* corrected syntax for description for IP protocols
2016-12-08 11:25:02 -05:00
Kenny Woodson
3cb42fc5dd
Fix for validate rule. Ensure rule is a dict. ( #4640 )
2016-12-08 11:24:59 -05:00
Kenny Woodson
f1db594e9f
Getting rid of a None type error when no resource tags are defined. ( #4638 )
2016-12-08 11:24:59 -05:00
John R Barker
89529366bf
digital_ocean_tag name is a required field
...
Spotted during final review of https://github.com/ansible/ansible-modules-core/pull/4218/files
Simple to change, so fixing post merge
2016-12-08 11:24:55 -05:00
Victor Volle
6a20e6649d
Digitalocean tags (replaces #4209 ) ( #4218 )
...
* Fixes #4117 : Add DigitalOcean Tag support
* Add GPLv3 license header and RETURN documentation
* ansible.module_utils.urls instead of "requests"
2016-12-08 11:24:55 -05:00
Arun prasath
7a7ac2ee83
Fixes bug #4546 - Made password optional ( #4574 )
2016-12-08 11:24:55 -05:00
David J Peacock
bcc738bd0d
Fix #4412 : os_security_group_rule support numbered protocols ( #4444 )
2016-12-08 11:24:55 -05:00
Ryan Brown
c85d854c84
Remove spurious changed
state on iam_policy module ( #4381 )
...
Due to a mixup of the group/role/user and policy names, policies with
the same name as the group/role/user they are attached to would never be
updated after creation. To fix that, we needed two changes to the logic
of policy comparison:
- Compare the new policy name to *all* matching policies, not just the
first in lexicographical order
- Compare the new policy name to the matching ones, not to the IAM
object the policy is attached to
2016-12-08 11:24:55 -05:00
Rick Mendes
503c2b6158
Fixes #3144 ( #4305 )
2016-12-08 11:24:55 -05:00
Matías Pizarro
c1dae481e8
Use named parameters in new_droplet method call ( #4483 )
...
This mirrors the original method signature and guards against any
change in order parameter
2016-12-08 11:24:54 -05:00
Ilja Bauer
729486809e
Replaced use of bare variables with full variable syntax ( #4149 )
2016-12-08 11:24:54 -05:00
chouseknecht
964b7ecffa
Fix container labels expected vs actual comparison.
2016-12-08 11:24:54 -05:00
Patrick Marques
697a328124
ssh_public_keys on Azure virtual machine is a list ( #4350 )
...
The ssh_public_keys must be a list otherwise will give the error:
"argument ssh_public_keys is of type <type 'dict'> and we were unable to convert to list"
2016-12-08 11:24:53 -05:00
Richard Adams
b0135fadea
Add parameter to ec2
module to control instance shutdown behavior (stop|terminate)
2016-12-08 11:24:52 -05:00
Karthik Suresh
4d7d3cdbb1
Removing duplicate name: parameter possible typo ( #4525 )
...
Removed name:parameter in documentation. Possible typo.
2016-12-08 11:24:52 -05:00
chouseknecht
1b4a3dbc86
Fix doc strings. Use of > was breaking HTML generation on docs site module page.
2016-12-08 11:24:52 -05:00
nishiokay
fc79615e38
Add ipv6 paramater to digital_ocean module ( #4447 )
2016-12-08 11:24:51 -05:00
Linus Arver
8da17b750d
docker_service: fix files/project_files typo
...
The original decision to rename from `project_files' to `files' was in
3a5dd0007634c9d4e379f20cac77c8fd64b67f42.
2016-12-08 11:24:51 -05:00
chouseknecht
fb99277066
Exposing tcp and udp for same port fails. Fixes issue #4354 .
2016-12-08 11:24:51 -05:00
PikachuEXE
fc87dd9650
Allow specifying human readable value for option memory_limit
again ( #4049 )
2016-12-08 11:24:50 -05:00
chouseknecht
76260d3aa8
Fix network alias and network link comparison. - Using set based comparison was not working consistently - With != operator worked locally but consistently failed on Travis - With 'not in' operator failed locally and on Travis
2016-12-08 11:24:50 -05:00
chouseknecht
433b5e187f
If debug true, include actions and differences in output.
2016-12-08 11:24:50 -05:00
Chris Houseknecht
a8111adcd6
Some post merge clean up: ( #4406 )
...
- Removed required_if.
- Fixed doc strings.
- Removed debug output being appended to actions.
- Put import of basics at bottom to be consistent with other docker modules
- Added 'containers' alias to 'connected' param
- Put facts in ansible_facts.ansible_docker_network
2016-12-08 11:24:50 -05:00
Brian Coca
94486c5c77
doc fix
2016-12-08 11:24:50 -05:00
Chris Houseknecht
af3884f558
Adding docker_network module. ( #4404 )
2016-12-08 11:24:50 -05:00
muxator
16db1d54d1
typo in the documentation of the "state" parameter ( #4353 )
2016-12-08 11:24:48 -05:00
Chris Houseknecht
2514ec5056
Add buildargs parameter to support Dockerfile ARG directive. ( #4349 )
...
* Add buildargs parameter to support Dockerfile ARG directive.
* Fix doc_strings. Doc string for load_path was completely missing.
2016-12-08 11:24:48 -05:00
chouseknecht
f6b126d412
Default repository tag value to tag parameter value or 'latest'.
2016-12-08 11:24:48 -05:00
chouseknecht
3dab1785ba
Always returns changed when state present and name includes :tag.
2016-12-08 11:24:48 -05:00
Chris Houseknecht
1cf9d3e68e
Add *build* to state parameter choices. Updated deprecation message. Will be deprecated in release 2.3. Removed ( #4342 )
...
mention of *tagged* state in the force parameter doc strings. There is no *tagged* state.
2016-12-08 11:24:48 -05:00
chouseknecht
2ea29fee3f
Fix image tag operation. Allows repository in form of repo:tag. If no tag value, defaults to 'latest'.
2016-12-08 11:24:48 -05:00
chouseknecht
0c4da5d3a0
Added implementation of ignore_image, which prevents recreation of containers on image change.
2016-12-08 11:24:47 -05:00
chouseknecht
5992c21c9c
Fix #3670 host IP defaults to 0.0.0.0 ignoriing bridge Host IP option.
2016-12-08 11:24:47 -05:00
chouseknecht
a6bfeea1c4
Improved documentation for returned actions.
2016-12-08 11:24:47 -05:00
chouseknecht
cd7b34547d
When build true call docker-compose build, and add nocache option.
2016-12-08 11:24:47 -05:00
chouseknecht
df09b4f668
Set version_added
2016-12-08 11:24:47 -05:00
chouseknecht
1670d9b030
Add pull option to pull images prior to evaluating service state.
2016-12-08 11:24:47 -05:00
Shawn Siefkas
e9bf046c26
Check mode fixes for ec2_vpc_net module ( #2179 )
...
* Check mode fixes for ec2_vpc_net module
Returns VPC object information
Detects state change for VPC, DHCP options, and tags in check mode
* Early exit on VPC creation in check mode
2016-12-08 11:24:47 -05:00
Shawn Siefkas
0b95051039
Fix #2526 ( #2527 )
...
Fail on unhandled exception in ec2_asg rather than raise
2016-12-08 11:24:47 -05:00
Shawn Siefkas
66f1f6d537
Check mode fix for ec2_group module ( #2184 )
...
The default VPC egress rules was being left in the egress rules for
purging in check mode. This ensures that the module returns the correct
change state during check mode.
2016-12-08 11:24:47 -05:00
Rick Mendes
be33879152
Fixes #4227 : just changing messaging
2016-12-08 11:24:46 -05:00
Rick Mendes
eae75cf727
Fix #3549 , failure to reference module
in ec2_eip
module
2016-12-08 11:24:46 -05:00
Lyle Mantooth
f57ece661f
Remove file extension from policy names ( #3805 )
...
Fixes #3804 .
Prevents `__file__` from contributing ".", which is an illegal character in ELB policy names.
2016-12-08 11:24:46 -05:00
Julien Vey
7ba3ba2da9
Fix Typo in docker_image_facts module
2016-12-08 11:24:46 -05:00
Monty Taylor
f441e2c1a9
Rename a confusing variable
...
I had to read the two lines in question twice. That might just make me
dumb, but if I'm dumb, someone else might be too.
2016-12-08 11:24:46 -05:00
Rick Mendes
4fad93561a
please remove me as maintainer
2016-12-08 11:24:46 -05:00
Rick Mendes
d6cc007380
Fixes #4227
2016-12-08 11:24:46 -05:00