summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/elb_application_lb.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup parameter documentation ("doc-required-mismatch") AWS simple cases (#65...Mark Chappell2019-12-041-16/+11
* Add aws elb multiple host header support (#65021)Michael Mayer2019-11-211-0/+9
* AWS ELB: Sanity Test fixups (#64008)Mark Chappell2019-10-281-2/+58
* Fix required_together statement - access_logs_s3_prefix is not required as pe...Rob White2019-09-031-1/+1
* Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#...Jesse Evers2019-08-021-2/+27
* Fix access_logs_s3_prefix leading/trailing slash (#55148)Alex Richman2019-04-111-4/+8
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-23/+23
* Fix dangerous elb_application_lb state (#44646)Sloane Hertel2018-08-241-2/+2
* Add AnsibleModule signature schema, and fix associated issues (#43512)Matt Martz2018-07-311-2/+2
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* elb_application_lb purge rules option (#43113)mjmayer2018-07-251-5/+13
* [aws] add support for http2 to AWS ALB (#40372)Rob2018-07-021-0/+13
* [AWS] Add helpful failure message when using wrong lb module (#40433)Rob2018-05-251-1/+1
* [aws] Create classes for Application Load Balancer (#33769)Rob2018-05-041-598/+122
* More validate module fixes (#39097)John R Barker2018-04-241-4/+4
* Bulk autopep8 (modules)John Barker2017-12-071-1/+0
* Revert "add support for AWS NLB - fixes #30701 (#30907)"s-hertel2017-12-071-59/+27
* add support for AWS NLB - fixes #30701 (#30907)Deepakkothandan2017-12-071-27/+59
* [aws] Document boto3 requirement (#32329)Prasad Katti2017-10-311-0/+1
* [cloud] Only get rules if listener in elb_application_lb been identified in c...Rob2017-10-021-6/+14
* Fix: modifying existing application lb using certificates now properly sets c...Tomaž Šifrer2017-09-071-0/+4
* elb_application_lb: when purging rules make deletion the first step (#28749)Markus Juopperi2017-09-051-8/+8
* Check for Rules before removing. (#28731)mestudd2017-08-291-2/+4
* elb_application_lb: fix issue with boto parameter validation on Rules (#27333)Michael Tinning2017-08-231-4/+10
* Remove exec bit on elb_application_lb moduleRyan S. Brown2017-08-231-0/+0
* [cloud] Cast port to an integer in elb_application_lb listener spec (#28341)Sloane Hertel2017-08-171-0/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-151-3/+3
* Expand wildcard imports and add boilerplateToshio Kuratomi2017-08-121-1/+1
* Python3 compatability for elb_application_lb and elb_target_groupNick Ward2017-08-121-5/+1
* Remove automatic use of system sixToshio Kuratomi2017-07-251-3/+4
* have elb_application_lb use modify_listeners to avoid removing/recreating the...Rob2017-07-171-206/+366
* [cloud] Python3 fixes: use string_types instead of basestring (#26102)Sloane Hertel2017-06-261-2/+3
* [cloud] New module = elb_application_lb (#19491)Rob2017-05-311-0/+849