summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2_asg.py
Commit message (Expand)AuthorAgeFilesLines
* Asg mixed instance types (#67045)Markus Bergholz2020-02-051-3/+80
* Sanity test fixups for AWS ec2 modules (#64230)Mark Chappell2019-11-041-59/+98
* fix typos in cloud modules (#62194)Andrey Klychkov2019-09-131-1/+1
* aws_asg: Fix idempotency when using tags and metrics (#61284)Mark Chappell2019-09-061-1/+8
* Fix for neither LaunchConfigName nor LaunchTemplate existing on object (#54692)Jason Witkowski2019-04-091-1/+4
* Fix min_size reference where type is None (#53669)Jason Witkowski2019-03-121-0/+2
* ec2_asg: doc: fix health_check_period default to match arg speceahorning2019-01-191-1/+1
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* ec2_asg: Retry Autoscaling Group delete calls when scaling activity is in pro...Ryan Brown2018-11-291-1/+1
* E325 removal - Part I (#49136)Abhijeet Kasurde2018-11-271-0/+4
* all amazon modules are community maintained (#46840)Alicia Cozine2018-10-111-1/+1
* ec2_asg: adding explanation of replace_all_instances (#46694)AndyG2018-10-101-1/+4
* EC2_ASG: Enable support for launch_templates (#45647)Nathan Webster2018-09-251-59/+232
* Fix ec2_asg metric* option's version introduction - refs #25168 (#42626)Grzegorz Śliwiński2018-07-111-3/+3
* [aws] Remove unused variable in ec2_asg module (#41706)Ryan Brown2018-06-191-1/+0
* [aws][doc] Update documentation for wait_timeout option (#39875)znantho2018-05-111-1/+2
* [cloud] ec2_asg: wait for the lifecycle hooks - Fixes #37281 (#37282)Alessandro Arnone2018-03-191-1/+1
* Clean up module documentation (#36909)Dag Wieers2018-03-151-26/+4
* ec2_asg: fix #28087 and #35993 (#36679)msven2018-03-051-2/+16
* [cloud][aws] Add metrics_collection options to ec2_asg module (#35180)Stefan Horning2018-02-121-1/+59
* [cloud] ec2_asg should wait for ASG to delete (#35327)Will Thames2018-01-261-19/+21
* Clarify AWS autoscaling group documentation for load balancers (#35250)kbreit2018-01-241-2/+2
* [cloud][testing] New integration tests for ec2_asg (#30554)Sloane Hertel2018-01-081-10/+6
* ec2_asg: fix desired_capacity not optional (#34194)René Moser2018-01-031-2/+8
* ec2_asg: remove AWSRetry from function with many boto calls (#32512)Sloane Hertel2017-12-211-12/+42
* [cloud] Bring return parameters for name/arn and subnet ID back to ec2_asg mo...Stefan Horning2017-12-131-0/+34
* [cloud] remove ec2_asg usage of Python base logging - fixes #32476 (#32508)Sloane Hertel2017-11-071-98/+96
* [cloud] Fix #31271 - cast all tag values as strings (#31272)Rob2017-10-091-1/+2
* [cloud] EC2_ASG Set desired capacity to min_size if no instances exist (#30987)Bradford Dabbs2017-10-051-3/+9
* [cloud] Ensure target group ARNs are passed as a list in `ec2_asg` (#30905)Will Thames2017-09-261-2/+2
* Remove invalid e.response from BotoCoreErrors in ec2_asg.py (#30121) (#30495)Reid Wahl2017-09-211-7/+22
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-181-27/+27
* [cloud] Document requirements for ec2_asg. (#30057)Sloane Hertel2017-09-121-0/+1
* [cloud] EC2 AutoScaling fix for respecting zero as the desired, min&max size ...Willem van Ketwich2017-09-081-3/+3
* Update metadata to 1.1Toshio Kuratomi2017-08-151-2/+2
* [cloud] Make ec2_asg more resilient using AWSRetry around boto3 calls (#27598)Sloane Hertel2017-08-111-85/+149
* AWS EC2 ASG - Replace ELBs correctly and remove existing ELBs when specified ...Willem van Ketwich2017-08-091-2/+3
* [cloud] Fix ASG updates when LaunchConfigurationName does not exist for ASG i...Sloane Hertel2017-07-181-1/+1
* ec2_asg and ec2_asg_facts module improvements (#25166)Will Thames2017-06-121-19/+160
* Allow removal of target groups from ASGs (#25126)Will Thames2017-06-011-3/+1
* Fix ec2_asg exception handling (#25121)Will Thames2017-05-311-10/+15
* [cloud] migrate ec2_asg to boto3 and support application ELB target groups. (...Jon Hadfield2017-05-111-265/+466
* [cloud] ec2_asg: check autoscaling group for tags before trying to use them -...Sloane Hertel2017-04-111-5/+8
* E501 fixes (#22879)Matt Martz2017-03-221-4/+11
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* [modules] Fix bad usages of `traceback.format_exc()`; doesn't take an error p...Sloane Hertel2017-02-201-4/+4
* Validate EXAMPLES as YAMLMatt Martz2017-02-151-11/+11
* [cloud] make ec2_asg honor 'wait_for_instances' on deleteRalph Rodkey2017-02-081-5/+9
* Fix for #20473 - If there is no instance in the ASG, we initialize an empty a...Maxime Deravet2017-02-011-0/+2
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-15/+15