-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ec2_instance : Add hibernation_options and volumes->ebs->encrypted keys #972
ec2_instance : Add hibernation_options and volumes->ebs->encrypted keys #972
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GomathiselviS Thank you for working on this feature. Could you please add a changelog fragment and cover this functionality with integration tests?
recheck |
tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/hibernation_options_config.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/hibernation_options_config.yml
Outdated
Show resolved
Hide resolved
recheck |
recheck |
9b9af92
to
ff22f41
Compare
tests/integration/targets/ec2_instance_hibernation_options/main.yml
Outdated
Show resolved
Hide resolved
...ts/ec2_instance_hibernation_options/roles/ec2_instance_hibernation_options/defaults/main.yml
Outdated
Show resolved
Hide resolved
description: | ||
- Indicates whether an instance is enabled for hibernation. | ||
Refer U(https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html) | ||
for Hibernation prerequisits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this option requires a specific botocore version you should add a note here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option is available in the latest and the versions we support.
sns_topic - Add tags and purge_tags options SUMMARY sns_topic - Add tags and purge_tags options Closes ansible-collections#964 ISSUE TYPE Feature Pull Request COMPONENT NAME sns_topic Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
sns_topic - Add tags and purge_tags options SUMMARY sns_topic - Add tags and purge_tags options Closes ansible-collections#964 ISSUE TYPE Feature Pull Request COMPONENT NAME sns_topic Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
sns_topic - Add tags and purge_tags options SUMMARY sns_topic - Add tags and purge_tags options Closes ansible-collections#964 ISSUE TYPE Feature Pull Request COMPONENT NAME sns_topic Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
Signed-off-by: GomathiselviS [email protected]
SUMMARY
May Fix #969
In order to support Stop-hibernate behavior for an ec2 instance the following keys are added to the ec2_instance module
"hibernation_option": true
"volumes": [
{
],
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION