summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/elasticache.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.amazonAnsible Core Team2020-03-091-562/+0
* Amazon related Sanity test fixups (remaining batch 1) (#64368)Mark Chappell2019-11-041-20/+42
* Fix elasticache documentation of security_group_ids (#54522)Chris Stevens2019-03-281-1/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* [AWS] Add check for empty values in elasticache module - fixes #40063 (#40454)Moritz Grimm2018-05-251-1/+1
* Clean up module documentation (#36909)Dag Wieers2018-03-151-23/+4
* elasticache: default zone to None - fixes #31779 (#31785)Sloane Hertel2018-01-301-3/+4
* [aws] Document boto3 requirement (#32329)Prasad Katti2017-10-311-0/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* [cloud] Cleanup of elasticache argspec (#27890)Sloane Hertel2017-08-081-14/+14
* moved aws elasticache module to boto3 (#27441)Moritz Grimm2017-08-081-95/+88
* [cloud] Use boto connect_to_region so Elasticache works in AWS China (#24250)kwerey2017-05-161-6/+3
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-16/+16
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-121-2/+2
* Leave current secutiry groups as-is if not provided (#19043)Maarten Bezemer2016-12-091-6/+7
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-8/+4
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - cloud/amazonFabio Alessandro Locati2016-12-081-1/+2
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-5/+5
* corrected required docs as only boolean is allowedBrian Coca2016-12-081-1/+1
* fix aws elasticache idempotencyArnaud Lachaume2016-12-081-12/+10
* changing default of cache_security_groups to none, removing the ['default']Ben Visser2016-12-081-27/+18
* two choices for cache engine. adding them.Ben Visser2016-12-081-4/+5
* staging that num_nodes is required when state=presentBen Visser2016-12-081-1/+1
* Make cache_parameter_group the name of this new param to match with similar p...Toshio Kuratomi2016-12-081-8/+11
* Revert "Expose cache_parameter_group_name in elasticache module"Toshio Kuratomi2016-12-081-20/+6
* added missing version addedBrian Coca2016-12-081-0/+1
* Expose cache_parameter_group_name in elasticache moduleSarah Haskins2016-12-081-4/+17
* Fix a argument mismatch in elasticacheAlex Kessinger2016-12-081-1/+3
* one thing missedScot Spinner2016-12-081-1/+1
* adding parameter group optionScot Spinner2016-12-081-4/+14
* Remove default port value, it does not work in _requires_destroy_and_create l...Frank van Tol2016-12-081-2/+2
* Update elasticache.pyFrank van Tol2016-12-081-0/+1
* Remove default for engine_versionFrank van Tol2016-12-081-2/+1
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-081-1/+1
* issue #994: use HAS_BOTO to determine if import was successful: - removed imp...steenzout2016-12-081-3/+5
* removed requirements/boto as it broke documentation as it is duplicated in sh...Brian Coca2016-12-081-1/+0
* Add support for AWS Security Token Service (temporary credentials) to all AWS...Mick Bass2016-12-081-25/+13
* Make cache_subnet_group default to empty security groupsBrandon W Maister2016-12-081-1/+10
* Add `cache_subnet_group` to elasticache moduleBrandon W Maister2016-12-081-2/+14
* Potential fix for 640Toshio Kuratomi2016-12-081-1/+3
* More EC2 doc tweaksMichael DeHaan2016-12-081-6/+3
* made subcategories for cloud modules for better organizationBrian Coca2016-12-081-0/+547