summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2_elb.py
Commit message (Expand)AuthorAgeFilesLines
* [cloud] Don't try to deregister an instance that isn't in the load balancer (...Sloane Hertel2017-10-131-0/+4
* Split ec2_elb_* modules in service of rename/interface changes (#30532)Toshio Kuratomi2017-09-211-0/+377
* Rename classic elb modules to match new names applied to application LB modul...Rob2017-07-241-384/+0
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* PEP 8 E111 cleanup. (#20841)Matt Clay2017-01-301-9/+9
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-7/+7
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-6/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Fix bare variable references in docs (#5554)Andrew Gaffney2016-12-081-1/+1
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-2/+2
* Correct functional typosJohn Barker2016-12-081-1/+1
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-4/+4
* Don't raise or catch StandardError in amazon modulesToshio Kuratomi2016-12-081-4/+5
* fixed break orderBrian Coca2016-12-081-1/+1
* use marker instead of is_truncated which does not seem to workBrian Coca2016-12-081-2/+2
* loop to get all load balancers, boto limited to 400 at a time fixes #2115Brian Coca2016-12-081-11/+20
* Docs: remove redundant quotes in ec2_elb docsGilad Peleg2016-12-081-2/+2
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-081-1/+1
* Instance deregistration should try all associated ELBs. Fixes #869Trevor Pounds2016-12-081-3/+3
* Use auto scaling group managed ELBs if present.Trevor Pounds2016-12-081-0/+30
* issue #994: use HAS_BOTO to determine if import was successful: - removed imp...steenzout2016-12-081-4/+6
* Added better region handling and enabled eu-central-1Will Thames2016-12-081-2/+2
* More EC2 doc tweaksMichael DeHaan2016-12-081-5/+5
* made subcategories for cloud modules for better organizationBrian Coca2016-12-081-0/+339