summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/rds.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up module documentation (#36909)Dag Wieers2018-03-151-68/+9
* Remove wildcard imports from amazon modules (#31451)Toshio Kuratomi2017-10-091-41/+29
* fix typos in various modules and docsite (#28747)René Moser2017-08-291-1/+1
* [cloud] Add DBName to RDS Facts if it exists (#27121)Radu Epure2017-08-281-2/+4
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Add oracle-se2 database support (#23482)Will Thames2017-08-031-2/+3
* fix RETURN docsSloane Hertel2017-07-251-5/+5
* rds.py - added more attributes to the returned outputConstantin Bugneac2017-07-251-0/+246
* ensure port is an int (#25310)Sloane Hertel2017-06-021-1/+1
* rds: do not update multi-az unless specified - fixes #23385 (#23498)Sloane Hertel2017-05-031-74/+73
* E501 fixes (#22879)Matt Martz2017-03-221-16/+42
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-1/+1
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* [cloud] Avoid failures in RDS modyue due to throttling while waiting (#22271)Robin Miller2017-03-061-4/+14
* PEP8 E712 fixes (#21916)Matt Martz2017-02-241-1/+1
* Validate EXAMPLES as YAMLMatt Martz2017-02-151-1/+1
* [cloud] rds module: handle parameters that are False, but also not the defaul...s-hertel2017-02-021-2/+5
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-2/+2
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-72/+72
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-2/+2
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-3/+3
* doc: fix indentation in amazon/rds.py example docs (#19734)Gaël Lambert2016-12-291-1/+1
* Fix differences with devel.Matt Clay2016-12-081-1/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-081-1/+2
* Examples syntax batch5 (#5622)Sam Doran2016-12-081-2/+2
* Added aws and ec2 extends_documentation_fragment to cloud/amazon/rds module. ...mickael-ange2016-12-081-2/+4
* Make the RDS endpoint available if AWS returns it. Fixes #3865 (#4143)Jamie Dyer2016-12-081-5/+5
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* Add default port for aurora (#4102)Adrian Moisey2016-12-081-0/+1
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-36/+36
* Add MariaDB to valid RDS engines (#3337)David Fischer2016-12-081-2/+4
* Allow users to pick AWS Aurora as an RDS engine (#3414)Ryan Brown2016-12-081-2/+2
* Fixes read replica create BC break (#3365)Michael Moussa2016-12-081-1/+1
* made port default depending on db engineBrian Coca2016-12-081-7/+23
* Fix rds "promote" command never promotingMax Rothman2016-12-081-2/+6
* Add rds restore example to list of examplesJ Levitt2016-12-081-0/+27
* added note on when reboot command became available fixes #2050Brian Coca2016-12-081-1/+1
* Fix for modifying the size of an RDS instance. When attempting to modify the ...Shawn Silva2016-12-081-0/+1
* Clarified and cleaned up grammar of error messages.Timothy Appnel2016-12-081-8/+8
* Fixed call to undefined attribute when RDS module timeouts waiting.Timothy Appnel2016-12-081-1/+1
* minor doc fixes, version added for latest featureBrian Coca2016-12-081-44/+10
* rds: add the ability to reboot RDS instancesHerby Gillot2016-12-081-2/+58
* Provide correct kwargs to rds2 connection when making a final snapshotFlyte2016-12-081-1/+4
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-081-1/+4
* Fix for issue #1332 - when instance is has finished deleting and get_db_insta...whiter2016-12-081-0/+2
* Added postgresql-license typewhiter2016-12-081-2/+2
* Several cleanups to many modules:Toshio Kuratomi2016-12-081-1/+3
* Fixed MS SQL port number in documentation (1443->1433) per: https://support.m...bw-will-usher2016-12-081-1/+1
* Add missing commaJan Brauer2016-12-081-1/+1