Gareth Rushgrove
89148e15ed
correct name in documentation and example
2014-03-02 12:00:50 +00:00
Gareth Rushgrove
0fd5628482
correct version added
2014-03-02 11:58:22 +00:00
Gareth Rushgrove
869f95c0a6
Added modules to manage ec2 autoscaling groups
...
Includes management of Launch Configuration and related Autoscaling
Groups
2014-03-01 16:06:19 +00:00
Joshua Conner
b58fbd6eb0
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.
2014-02-28 18:05:52 -08:00
Eugene Brevdo
a63d40d2e9
Tiny bugfix in ec2_vol documentation.
2014-02-28 11:56:42 -08:00
Michael DeHaan
1f0991c88c
Since the ec2 parameter is named 'key_name' and 'keypair' is just an alias, use
...
the primary name of the parameter in the examples.
2014-02-28 13:52:47 -05:00
jctanner
43373f068f
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
2014-02-28 08:31:56 -05:00
Richard Isaacson
5ce0b80fd3
Added instance_tenancy functionality per social request.
2014-02-27 09:29:00 -06:00
James Cammarata
94506632d8
Merge pull request #5689 from pgehres/devel
...
Adding the region to the output of the ec2 module's creation of a new in...
2014-02-26 14:45:12 -06:00
Pavel Antonov
3ab673e91f
Support docker_py >= 0.3.0, Docker API >= 1.8, extended error reporting
2014-02-27 00:27:39 +04:00
James Cammarata
2f31dadf33
Merge branch 'devel' of https://github.com/josephtate/ansible into josephtate-devel
...
Conflicts:
library/cloud/ec2
2014-02-26 13:57:07 -06:00
James Cammarata
f3ef528dfa
Modifying the wait logic for newly created images to avoid tracebacks
...
Fixes #4619
2014-02-26 13:33:31 -06:00
James Cammarata
6e47729d5a
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
...
Conflicts:
lib/ansible/module_utils/ec2.py
library/cloud/ec2
2014-02-26 09:37:26 -06:00
Patryk Zawadzki
f7125fdf37
Properly match existing security group
...
If we don't care about `vpc_id` then neither should the code.
2014-02-26 13:39:03 +01:00
jctanner
1b2a71209a
Merge pull request #5092 from willthames/ec2_snapshot
...
Module to create EC2 snapshots
2014-02-26 06:10:17 -05:00
jctanner
43942d2922
Merge pull request #5941 from sivel/rax-name-search-opts
...
rax module: Use regex start and end of string with name base filters
2014-02-26 05:56:39 -05:00
Joshua Conner
ad605390cd
docker: add 'version_added' to the appropriate documentation entries
2014-02-25 17:04:01 -08:00
Joshua Conner
758b9603f5
docker: update to docker-py 0.3.0, plus full port binding support, container names, links
2014-02-25 15:24:46 -08:00
Scott Patten
505fde72b0
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.
2014-02-21 19:36:22 -08:00
Gianluca Borello
0ebbd6e754
Make sure droplet deletion works even when idempotency is achieved using 'name' and 'unique_name' rather than 'id'
2014-02-20 22:17:55 -08:00
James Laska
306255d808
Resolves issue#6067 by allowing exact_count=0
2014-02-19 16:29:15 -05:00
James Cammarata
c1e9b76089
Merge branch 'mohangk-fix_rds_modify_security_group' into devel
2014-02-15 09:34:46 -06:00
James Cammarata
ec5295a515
Merge branch 'fix_rds_modify_security_group' of https://github.com/mohangk/ansible into mohangk-fix_rds_modify_security_group
2014-02-14 14:43:42 -06:00
Bruce Pennypacker
ff41cee78b
Added wait_timeout parameter
2014-02-14 20:16:58 +00:00
Richard Isaacson
f70dcedaed
Merge pull request #6015 from angstwad/docfix
...
Spelling correction.
2014-02-14 11:04:44 -06:00
Paul Durivage
ae43f8d874
Spelling correction
2014-02-14 10:47:27 -06:00
Amir H. Hajizamani
6470a81ff8
Remove superfluous/invalid quote
...
Allow the example to be copy-pasted with minimal confusion about the error.
2014-02-14 16:44:55 +00:00
Peter Gehres
85d40f0837
Adding the region to the output of the ec2 module's creation of a new instance.
2014-02-13 22:40:49 -08:00
James Cammarata
2c0efac503
Updating CHANGELOG for the new validate_certs feature
...
Also removing validate_cert option from the cloudformation module docs,
as it does not use the standard ec2 connection.
2014-02-13 14:40:39 -06:00
James Cammarata
24759f566c
Adding 'validate_certs' option to EC2 modules
...
When disabled, the boto connection will be instantiated without validating
the SSL certificate from the target endpoint. This allows the modules to connect
to Eucalyptus instances running with self-signed certs without errors.
Fixes #3978
2014-02-13 12:32:49 -06:00
Isao Jonas
45146e2a8f
add security groups to elb_lb
2014-02-13 10:57:41 -06:00
Will Thames
cc35e80a54
ec2 module fails when state is not absent
...
tagged_instances is initialised in a scope not visible
when state is not absent.
2014-02-13 19:51:33 +10:00
Pavel Antonov
cc5bc0ac47
Refactore unused code
2014-02-12 17:06:58 -05:00
Pavel Antonov
a72733ebea
Added modules description and examples
2014-02-12 17:06:58 -05:00
Pavel Antonov
ae99e8860e
Docker supports links and port binding. Added docker_image module
2014-02-12 17:06:58 -05:00
Michael DeHaan
375c346a6d
Merge pull request #5981 from angstwad/docfix
...
Documentation updates to rax_files, rax_files_objects
2014-02-12 14:21:10 -05:00
James Cammarata
cd4fbcda43
Modified cloudformation module to use common ec2 module functions
...
Fixes #3688
2014-02-12 12:54:47 -06:00
Paul Durivage
88b54b6dcc
Doc updates
2014-02-12 11:22:15 -06:00
Isao Jonas
12d867b66d
added elasticache vpc security group ids
2014-02-12 09:06:15 -06:00
Michael DeHaan
15a4ba935c
Merge pull request #5962 from sivel/rax-facts-docs-update
...
rax_facts and rax_keypair modules: update docs
2014-02-11 16:39:59 -05:00
Matt Martz
535e82ed26
The OpenStack auth attributes apply to rax_keypair also
2014-02-11 14:25:13 -06:00
jctanner
b4f03c1ee9
Merge pull request #5957 from sivel/rax-no-default-disk-config
...
rax module: Don't set a default for disk_config
2014-02-11 11:55:06 -05:00
Christopher H. Laco
1db8a40433
Add rax_identity module
...
For some tasks, I need to drop the username/api_key into configuration
files. Rather than rely on how I'm calling the rax modules. It seemed
more appropriate to authenticate against Rackspace and return the wealth
of information contained in the pyrax identity payload with other
modules/templates.
2014-02-10 22:40:38 -05:00
Matt Martz
cfe1335665
Don't set a default disk_config. Defaulting to 'auto', causes issues with new images
2014-02-10 16:12:32 -06:00
Matt Martz
f4a494e14d
The name parameter for search_opts is a regex string, so make sure we include start and end of string characters
2014-02-10 13:18:03 -06:00
zimbatm
7acbba5108
library/digital_ocean: Adds the missing backups_enabled create option
2014-02-10 17:35:10 +00:00
Mohan Krishnan
1fa0b3365e
Allow explict setting of vpc_security_groups to allow modification of security groups of RDS instances within a VPC
2014-02-10 14:01:45 +07:00
Michael DeHaan
7cf513d4ed
Merge pull request #5883 from amirhhz/improve-ec2-module-docs
...
Improve ec2 module docs
2014-02-09 14:07:35 -05:00
Scott Anderson
26e9c1ad61
Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key.
2014-02-08 18:35:26 -05:00
Matt Saunders
ca5fe48dd0
Added user_data parameter to nova_compute module - currently no file parsing just text - Re issue #4992
2014-02-08 22:47:03 +00:00