James Cammarata
430cce9df3
Merge branch 'ec2_security_token' of https://github.com/willthames/ansible into willthames-ec2_security_token
11 years ago
James Tanner
cd3fcd843a
Set version-added for new parameters in ec2_elb_lb and elasticache
11 years ago
Michael DeHaan
2e10e1e0d6
Merge pull request #5997 from jonasi/elasticache_vpc_security_groups
...
Elasticache vpc security groups
11 years ago
Michael DeHaan
2df40933f1
Merge pull request #6262 from willthames/ec2_tags_print
...
Allow ec2_tag module to print the tags of an instance
11 years ago
Michael DeHaan
faef76b818
Merge pull request #6264 from sqs/cloud-rds-add-new-db-instance-types
...
Add new cloud/rds DB instance types (db.m3 and db.cr1 families)
11 years ago
Michael DeHaan
10f852a807
Update version_added for wait_timeout parameter on elb module.
11 years ago
Michael DeHaan
f6878d4ada
Merge pull request #6020 from bpennypacker/ec2_elb_timeout
...
cloud/ec2_elb module: Added wait_timeout parameter
11 years ago
Michael DeHaan
003a405182
Merge pull request #6104 from gianlucaborello/digitalocean_fix_deletion
...
Make sure droplet deletion works even when idempotency is achieved using 'name' and 'unique_name' rather than 'id'
11 years ago
Michael DeHaan
f824a846bc
Merge pull request #6230 from joshuaconner/bugfix_nova_computer_partial_server_name_match
...
nova_compute: fix for partial match b/w params['name'] and an existing name
11 years ago
Michael DeHaan
1eed6f46bf
Merge pull request #6306 from willthames/ec2_module_clearer_failures
...
Make it easier to determine whether instance creation or tagging fails
11 years ago
Michael DeHaan
3af6befbae
Merge pull request #6324 from scottanderson42/bugfix/route53-characters
...
BUGFIX: route53 module won't round-trip * and @ in records
11 years ago
Michael DeHaan
5978567509
Merge pull request #6366 from cloudify/devel
...
Fix for #6365 : cloudformation module fails to update if stack exists
11 years ago
Michael DeHaan
247d688c13
Merge pull request #6233 from garethr/aws-autoscaling-groups
...
Added modules to manage ec2 autoscaling groups
11 years ago
James Tanner
ba0fec4f42
Force command action to not be executed by the shell unless specifically enabled
11 years ago
James Cammarata
9730157525
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago
Federico Feroldi
b9ab31ebd8
Fix for #6365 : cloudformation module fails to update if stack exists
11 years ago
Markus Amalthea Magnuson
3f681ebc52
Touch up documentation strings for DigitalOcean.
11 years ago
Scott Anderson
db67c3d772
Fixes a bug that prevents round-tripping of * and @
11 years ago
James Cammarata
5a235f9e99
Merge pull request #6318 from jimi-c/issue_5305_ec2_elb_None_issue
...
Adding a wait loop to ec2_elb for the initial lb state when registering
11 years ago
willthames
4a093a9709
Make it easier to determine whether instance creation or tagging fails
11 years ago
Will Thames
b9a7352e0a
Work to allow security tokens and profiles to work with Ansible
...
Allow security tokens and profiles to be used as arguments
to the 'common' ec2 modules
Mostly refactoring to provide two new methods,
`get_aws_connection_info`, which results in a dict that can be
passed through to the boto `connect_to_region` calls, and
`connect_to_aws` that can pass that dict through to the
`connect_to_region` method of the appropriate module.
Tidied up some variable names
Works around boto/boto#2100
profiles don't work with boto < 2.24, but this detects for that
and fails with an appropriate message. It is designed to work
if profile is not passed but boto < 2.24 is installed.
Modifications to allow empty aws auth variables to be passed
(this is useful if wanting to have the keys as an optional
parameter in ec2 calls - if set, use this value, if not set,
use boto config or env variables)
Reworked validate_certs improvements to work with refactoring
Added documentation for profile and security_token to affected modules
11 years ago
jctanner
40ee030790
Merge pull request #6265 from franckcuny/gce-fixes
...
Add credential parameters to the GCE modules.
11 years ago
Franck Cuny
6294264dc4
Add credential parameters to the GCE modules.
...
In order to simplify the workflow with the GCE modules, it's now
possible to add the parameters and project name as arguments to the
various GCE modules.
The inventory plugin also returns the IP of the host in
`ansible_ssh_host` so that you don't have to specify IPs into the
inventory file.
Some update to the documentation are also added.
Closes #5583 .
11 years ago
Michael Scherer
5fd7b8010f
Fix wrong module name for exception in nova compute
...
failed: [127.0.0.1] => {"failed": true, "parsed": false}
invalid output was: Traceback (most recent call last):
File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module>
main()
File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main
except exc.Unauthorized, e:
NameError: global name 'exc' is not defined
11 years ago
Jim Kytola
186d19f224
Removes pluralization of manager tag attribute.
11 years ago
willthames
f568140ea5
Allow ec2_tag module to list the tags of an instance
...
Use the list argument to state to just collect the
tags of a resource through the AWS API.
11 years ago
Quinn Slack
635fdcb533
Add new cloud/rds DB instance types (db.m3 and db.cr1 families)
11 years ago
Joshua Conner
10f36e8c62
nova_compute: remove ternary statement
11 years ago
jctanner
b1a3e367b6
Merge pull request #6196 from softzilla/feature/docker_py_0.3.0_ansible
...
docker_image: added support for docker_py >= 0.3.0, Docker API >= 1.8. Replace #6178
11 years ago
James Cammarata
7f1989dc9c
Adding a wait loop to ec2_elb for the initial lb state when registering
...
Fixes #5305
11 years ago
Scott Anderson
5c9739ae9c
Adds modules for managing Amazon RDS parameter and subnet groups.
11 years ago
Gareth Rushgrove
a26bc3e2f9
correct name in documentation and example
11 years ago
Gareth Rushgrove
87265cd4b3
correct version added
11 years ago
Gareth Rushgrove
c770462fad
Added modules to manage ec2 autoscaling groups
...
Includes management of Launch Configuration and related Autoscaling
Groups
11 years ago
Joshua Conner
ce5939c507
nova_compute: fix for partial match b/w params['name'] and an existing name
...
When there is an Openstack instance that has a name that's a partial match
for module.params['name'], but a server with name module.params['name']
doesn't yet exist, this module would fail with a list index out of bounds
error. This fixes that by filtering by exact name and only then getting the
server from the list if the list is still not empty.
11 years ago
Michael DeHaan
bbb88517ef
Since the ec2 parameter is named 'key_name' and 'keypair' is just an alias, use
...
the primary name of the parameter in the examples.
11 years ago
jctanner
42a2586dfa
Merge pull request #6171 from joshuaconner/update_to_docker-py_0.3.0
...
docker: update to docker-py 0.3.0, plus full port binding support etc. from #5639
11 years ago
Richard Isaacson
73fa767a6b
Added instance_tenancy functionality per social request.
11 years ago
James Cammarata
3274785350
Merge pull request #5689 from pgehres/devel
...
Adding the region to the output of the ec2 module's creation of a new in...
11 years ago
Pavel Antonov
21a7bace77
Support docker_py >= 0.3.0, Docker API >= 1.8, extended error reporting
11 years ago
James Cammarata
d6b912c429
Modifying the wait logic for newly created images to avoid tracebacks
...
Fixes #4619
11 years ago
James Cammarata
8a7c68dc18
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
...
Conflicts:
lib/ansible/module_utils/ec2.py
library/cloud/ec2
11 years ago
Patryk Zawadzki
da1efee21f
Properly match existing security group
...
If we don't care about `vpc_id` then neither should the code.
11 years ago
jctanner
6fa898c511
Merge pull request #5092 from willthames/ec2_snapshot
...
Module to create EC2 snapshots
11 years ago
jctanner
1277b45b3c
Merge pull request #5941 from sivel/rax-name-search-opts
...
rax module: Use regex start and end of string with name base filters
11 years ago
Joshua Conner
9c72b52c01
docker: add 'version_added' to the appropriate documentation entries
11 years ago
Joshua Conner
66eb91c2f8
docker: update to docker-py 0.3.0, plus full port binding support, container names, links
11 years ago
Scott Patten
dbde446358
In the route53 module, documenting that TXT and SPF requests
...
must be surrounded by quotes.
Otherwise you get a cryptic error message from Route 53.
11 years ago
Gianluca Borello
bf79833c9d
Make sure droplet deletion works even when idempotency is achieved using 'name' and 'unique_name' rather than 'id'
11 years ago
James Laska
dbd3194e9c
Resolves issue#6067 by allowing exact_count=0
11 years ago