Commit Graph

26 Commits (61d283e2ad58916d640b129cdd0b1ef866bcb332)

Author SHA1 Message Date
jctanner 9a69b1b0ec Merge pull request #5311 from willthames/ec2_refactor
ec2 modules: Move more responsibility to common EC2 module
11 years ago
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`
11 years ago
Mohan Krishnan 1dd2510e76 Adds postgres support for Ansible RDS module 11 years ago
James Tanner f55270e746 Set version_added for new_instance_name in cloud/rds module 11 years ago
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.
11 years ago
Bruce Pennypacker d3480c5630 fixed documentation & added rename example 11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
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 11 years ago
James Pharaoh 137a32ca36 make rds handle vpc security groups properly 11 years ago
James Pharaoh dc5ffb688c fix for rds region variable 11 years ago
Bruce Pennypacker 0f458210bc Rebase attempt
No idea if I'm rebasing properly or not.  This is my first attempt.
11 years ago
Michael DeHaan bc7de7bf3f Styling: indentation 11 years ago
Michael DeHaan 82d51e6354 Semicolons must die 11 years ago
Michael DeHaan 995ef374db Fixup versions of newly added modules. 11 years ago
Michael DeHaan 3f8aa8aec5 Fix up some module docs formatting errors. 11 years ago
Michael DeHaan 4c43264033 Various code reformatting 11 years ago
Bruce Pennypacker 9098908cc8 Set master_password for modify command 11 years ago
Bruce Pennypacker 898889d20e added try/except around conn.get_all_dbinstances 11 years ago
Bruce Pennypacker d25622f17e changed 'action' to 'command'. Fixed a tab issue. 11 years ago
Bruce Pennypacker 14eda0d125 Added replication_source to the results 11 years ago
Bruce Pennypacker 1ef29a3654 endpoint is available only when instance is available 11 years ago
Bruce Pennypacker c9e373dd7d Added modify action 11 years ago
Bruce Pennypacker 26c37d7c07 added 'facts' action 11 years ago
Bruce Pennypacker d62beb2df5 fixed bug in delete action - skip_final_snapshot must always be set 11 years ago
Bruce Pennypacker 041a4872fe Amazon RDS module 11 years ago