Fabio Alessandro Locati
7af000bdb1
Use native YAML ( #3436 )
2016-12-08 11:35:07 -05:00
Matthieu Dolci
8822021132
ec2_customer_gateway: state present expect bgp_arn instead of bgp_asn ( #3366 )
2016-12-08 11:35:07 -05:00
Fabio Alessandro Locati
69fa44b6d1
Use native YAML ( #3437 )
2016-12-08 11:35:07 -05:00
Fabio Alessandro Locati
616c86529f
Use native YAML ( #3438 )
2016-12-08 11:35:07 -05:00
Fabio Alessandro Locati
07d96b62b5
Use native YAML ( #3434 )
2016-12-08 11:35:07 -05:00
Fabio Alessandro Locati
47297bb19c
Use native YAML ( #3433 )
2016-12-08 11:35:07 -05:00
mattwwarren
727e533bfc
ec2_elb_facts: fix errors with no names input ( #3381 )
...
* None being passed around results in a Bad Time (tm)
* need to return the full set of elbs for an empty list
* logic is hard
2016-12-08 11:35:07 -05:00
Jose Armesto
14fee8d5f7
ec2_lc_find: Set default value for AssociatePublicIpAddress, since is missing when is false ( #3417 )
2016-12-08 11:35:07 -05:00
Henrique Rodrigues
54c5ebf697
New ec2_group_facts module to be able to get facts from EC2 security groups ( #2591 )
...
Add `ec2_group_facts` module to gather facts from EC2 security groups
2016-12-08 11:35:06 -05:00
Andrew Gaffney
a8d80f7165
Fix bare variable references in docs
2016-12-08 11:35:06 -05:00
René Moser
de3aea7c36
cloudstack: cs_ip_address: fix returns on state=present ( #3406 )
...
In case poll_job=false the return must be None
2016-12-08 11:35:06 -05:00
jctanner
6cfb44b4bb
replace type() with isinstance() ( #3404 )
...
Replace use of type() with isinstance()
Addresses https://github.com/ansible/ansible/issues/18310
2016-12-08 11:35:06 -05:00
René Moser
e1c0d2dd09
cloudstack: cs_network: cleanup dublicate VPC code ( #3393 )
...
Code has been moved to module utils, also see fe05c5e35a
2016-12-08 11:35:06 -05:00
Rene Moser
e93bdb80d3
cloudstack: fix VPC doc
2016-12-08 11:35:05 -05:00
Jens Carl
a79386f2f5
Add support for current Redshift node types ( #3328 )
2016-12-08 11:35:05 -05:00
Eric
081719cc67
Return actual queue attributes with result from sqs_queue creation/update ( #1362 )
...
* Return actual queue attributes with result
Previously this was only returning the desired queue attributes, and not even returning the QueueARN for use elsewhere. Now it will return "results.attributes" that is retrieved with boto's get_queue_attributes().
* update return structure to reflect current SQS config; add documentation of return values
* Remove redundancy from if/else statement
2016-12-08 11:35:05 -05:00
Ryan Morlok
7095959a55
Enhanced ecs_taskdefinition module.
...
Added support to explicitly manage task definitions be revision. If the
revision expectations of the ansible task cannot be met, an error is
thrown.
If revision is not explicitly specified, enhanced module to be
idempotent with respect to task definitions. It will search for an
active revision of the task definition that matches the containers and
volumes specified. If none can be found, a new revision will be created.
2016-12-08 11:35:05 -05:00
Nijin Ashok
b55c973444
Fix issue in activating the VM disk while attaching disk
...
Currently <active> tag is passed within the disk element which is
incorrect. As a result, disk will remain inactive even though the
default option is true.
2016-12-08 11:35:05 -05:00
Travis Truman
80f622a075
Add support for filtering flavors on ephemeral storage
2016-12-08 11:35:05 -05:00
cameronurnes
ec8bd8ee77
Fix elf and elf_facts documentation formatting ( #3348 )
...
* This method breaks the output on the documentation site
* Conflicting quotes
* Conflicting quotes
2016-12-08 11:35:04 -05:00
Matt Clay
db0ac4936b
Skip shard count test in check mode. ( #3329 )
...
The shard count is not available in check mode.
2016-12-08 11:35:03 -05:00
Yevgeniy Valeyev
e064fd3256
cloudtrail: Fix error on existing trail without S3 prefix ( #2939 )
2016-12-08 11:35:03 -05:00
Mike Rostermund
d50e2c654f
lxd_container: doc: Correct name and state for example of deleting ( #3299 )
2016-12-08 11:35:03 -05:00
Grégory
c2a921ab7c
Change azure default deployment mode to incremental ( #3023 )
...
* Changed default deployment mode to match with azure -cli behaviour. "Complete" mode by default is too dangerous.
* Set incremental as default behaviour for deployment mode.
2016-12-08 11:35:03 -05:00
Jens Carl
f60e0d88da
Fix typo ( #3289 )
2016-12-08 11:35:02 -05:00
Pitsanu Swangpheaw
034f7d8b52
support proxmox resource pool ( #2859 )
2016-12-08 11:35:02 -05:00
jctanner
94175476b7
Implement a workaround for broken FindByInventoryPath method in pyvmomi ( #3243 )
...
* Add initial support for using a cluster instead of an esxi hostname
* FindByInventoryPath doesn't always work, so implement a fallback method to match the path
2016-12-08 11:35:02 -05:00
Rene Moser
952add5920
docs: ec2_lc_facts: adjust version_added
2016-12-08 11:35:01 -05:00
Loïc
2e72ec40ae
New module ec2_lc_facts ( #2325 )
...
New module to gather facts about AWS Autoscaling Launch Configurations
2016-12-08 11:35:01 -05:00
Toshio Kuratomi
ea05c56a41
Fix remaining python3 compile problems
2016-12-08 11:35:01 -05:00
Toshio Kuratomi
3901fe72d3
Fix amazon extras modules to compile under python3
2016-12-08 11:35:01 -05:00
Toshio Kuratomi
46a1f73778
Fix remaining centurylink modules for py3
...
Also update the imports to take advantage of the Ansiballz imports
2016-12-08 11:35:01 -05:00
Steyn Huizinga
c21dd8c13b
Fix for ansible/ansible-modules-extras#3173 ( #3203 )
2016-12-08 11:35:01 -05:00
James Kassemi
f4faf9842f
Fix issue with multiple pages of results in ec2_lc_find ( #3090 )
2016-12-08 11:35:00 -05:00
Nick Piper
491b136f6e
doc: Correction for spelling of 'azure_rm_deployment' in example ( #3212 )
2016-12-08 11:35:00 -05:00
matt colton
93627a1f0f
sl_vm: update datacenter, cpu and memory options ( #3236 )
2016-12-08 11:35:00 -05:00
Morgan Jones
be19af02f7
azure_rm_deployment: fix rg issue with _nic_to_public_ips_instance() ( #2950 )
...
Fix an issue with _nic_to_public_ips_instance() function. There was an assumption in the code that the Public IP sits in the same resource group, this isn't always the case.
2016-12-08 11:35:00 -05:00
Michael Scherer
1bca0847a4
Make rax_clb_ssl module pass sanity check for py3
2016-12-08 11:34:59 -05:00
Toshio Kuratomi
3c1dea1933
Add python-2.6 requirement to the proxmox module
2016-12-08 11:34:59 -05:00
Michael Scherer
c1f7fa2f3b
ovirt_auth: fix type and password leak ( #3119 )
...
Do not leak the password in log, and verify the path of ca_file
2016-12-08 11:34:59 -05:00
Michael Scherer
8676924da5
Fix proxmox for python 3
...
Since it doesn't work on python 2.4, we can use the native
exception handling way for python 3
2016-12-08 11:34:58 -05:00
Toshio Kuratomi
f77aa869b8
Few more places where gce modules need python3 compat exceptions
2016-12-08 11:34:58 -05:00
Michael Scherer
7ba630eda2
Make xenserver_facts compile on python 3
...
Since the xenapi is not needed on python 2.4, we can use the
regular exception handling code
2016-12-08 11:34:58 -05:00
Michael Scherer
9f5f85c9f0
Port ovirt to python 3
...
Since ovirt sdk is not running on python 2.4, we can use python 2.6
syntax directly for exceptions.
2016-12-08 11:34:58 -05:00
Michael Scherer
11d88bc1a8
Fix gce module to compile on python 3 ( #3179 )
2016-12-08 11:34:58 -05:00
Ryan Brown
25da992785
Fix failure to apply bucket policy when creating a bucket from scratch ( #3091 )
2016-12-08 11:34:57 -05:00
Michael Scherer
1f406d4530
Port virt to python3 ( #3167 )
2016-12-08 11:34:57 -05:00
Aleksey Gavrilov
951f1d280c
proxmox add exaples static ip ( #3092 )
2016-12-08 11:34:57 -05:00
Ryan S. Brown
001cf5cfc5
lambda
correct documentation of return output
...
The returns are actually nested under `configuration` keys, so the docs
need to reflect that. Also add the automatic return of the function
version, so it can be used to feed the `lambda_alias` module.
2016-12-08 11:34:56 -05:00
Ryan S. Brown
b7ca9d6567
lambda
Support using the role name
...
Instead of needing the full role ARN, allow users to specify a role name
as long as the role exists in the same account.
2016-12-08 11:34:56 -05:00