Quinn Slack
635fdcb533
Add new cloud/rds DB instance types (db.m3 and db.cr1 families)
2014-03-03 19:59:27 -08:00
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
2014-02-26 09:37:26 -06:00
Mohan Krishnan
fb3c8c90e5
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
Scott Anderson
baf508a379
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
jctanner
c13161993a
Merge pull request #5410 from willthames/rds_snapshot
...
rds module: add snapshot capabilities
2014-02-05 15:23:08 -05:00
jctanner
9a69b1b0ec
Merge pull request #5311 from willthames/ec2_refactor
...
ec2 modules: Move more responsibility to common EC2 module
2014-01-06 14:09:38 -08:00
Will Thames
b65486734a
rds module: add snapshot capabilities
...
Add the ability to create snapshots and restore from them
Make instance creation, deletion, restore, and snapshotting idempotent
(really helps testing a playbook if you can run it multiple times)
2013-12-24 20:32:49 +10:00
willthames
12005a1cd0
Move more responsibility to common EC2 module
...
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
2013-12-17 14:07:24 +10:00
Mohan Krishnan
1dd2510e76
Adds postgres support for Ansible RDS module
2013-12-16 15:51:41 +08:00
James Tanner
f55270e746
Set version_added for new_instance_name in cloud/rds module
2013-12-13 13:54:08 -05:00
jctanner
6051ee0df5
Merge pull request #5052 from bpennypacker/promote_rename
...
cloud/rds module: added promote command & updated modify command to allow for renaming of database instances.
2013-12-12 15:15:34 -08:00
Bruce Pennypacker
d3480c5630
fixed documentation & added rename example
2013-12-04 10:01:30 -05:00
James Tanner
ad837709bd
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
Bruce Pennypacker
9abca424ea
Added promote command to promote read-replicas to standalone databases ( http://aws.amazon.com/about-aws/whats-new/2012/10/11/amazon-rds-mysql-rr-promotion/ ). Added ability for the modify command to rename a database instance via the optional new_instance_name parameter
2013-11-25 13:16:41 -05:00
James Pharaoh
137a32ca36
make rds handle vpc security groups properly
2013-09-02 20:40:41 +02:00
James Pharaoh
dc5ffb688c
fix for rds region variable
2013-09-02 20:40:32 +02:00
Bruce Pennypacker
0f458210bc
Rebase attempt
...
No idea if I'm rebasing properly or not. This is my first attempt.
2013-08-20 15:14:16 -04:00
Michael DeHaan
bc7de7bf3f
Styling: indentation
2013-06-30 18:53:55 -04:00
Michael DeHaan
82d51e6354
Semicolons must die
2013-06-30 18:49:17 -04:00
Michael DeHaan
995ef374db
Fixup versions of newly added modules.
2013-06-19 22:39:08 -04:00
Michael DeHaan
3f8aa8aec5
Fix up some module docs formatting errors.
2013-06-19 22:37:09 -04:00
Michael DeHaan
4c43264033
Various code reformatting
2013-06-19 22:23:31 -04:00
Bruce Pennypacker
9098908cc8
Set master_password for modify command
2013-06-19 09:35:50 -04:00
Bruce Pennypacker
898889d20e
added try/except around conn.get_all_dbinstances
2013-06-17 09:42:42 -04:00
Bruce Pennypacker
d25622f17e
changed 'action' to 'command'. Fixed a tab issue.
2013-06-17 09:39:45 -04:00
Bruce Pennypacker
14eda0d125
Added replication_source to the results
2013-06-12 16:22:35 -04:00
Bruce Pennypacker
1ef29a3654
endpoint is available only when instance is available
2013-06-12 11:44:33 -04:00
Bruce Pennypacker
c9e373dd7d
Added modify action
2013-06-11 13:11:11 -04:00
Bruce Pennypacker
26c37d7c07
added 'facts' action
2013-06-11 10:45:50 -04:00
Bruce Pennypacker
d62beb2df5
fixed bug in delete action - skip_final_snapshot must always be set
2013-06-10 15:49:38 -04:00
Bruce Pennypacker
041a4872fe
Amazon RDS module
2013-06-10 12:17:31 -04:00