diff options
author | Andrej Svenke <a.shvenke@gmail.com> | 2020-02-15 13:56:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 13:56:39 +0100 |
commit | f98874e4f98837e4b9868780b19cf6614b00282a (patch) | |
tree | 574bbfd7cde36d7763687e854fe56fdaf7e0abcb /changelogs | |
parent | Zabbix host tags & macros integration tests + zbx server version increase (#6... (diff) | |
download | ansible-f98874e4f98837e4b9868780b19cf6614b00282a.tar.xz ansible-f98874e4f98837e4b9868780b19cf6614b00282a.zip |
ec2_asg: max_instance_lifetime and respect wait on replace (#66863)
* ec2_asg: max_instance_lifetime and respect wait on replace
* ec2_asg: max_instance_lifetime integration tests
* ec2_asg: address review comments
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/66863-ec2_asg-max_instance_lifetime-and-honor-wait-on-replace.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/66863-ec2_asg-max_instance_lifetime-and-honor-wait-on-replace.yaml b/changelogs/fragments/66863-ec2_asg-max_instance_lifetime-and-honor-wait-on-replace.yaml new file mode 100644 index 0000000000..57c11832aa --- /dev/null +++ b/changelogs/fragments/66863-ec2_asg-max_instance_lifetime-and-honor-wait-on-replace.yaml @@ -0,0 +1,5 @@ +minor_changes: +- 'ec2_asg: Migrated to AnsibleAWSModule' +- 'ec2_asg: Add support for Max Instance Lifetime' +bugfixes: +- 'ec2_asg: Ensure "wait" is honored during replace operations' |