-
Notifications
You must be signed in to change notification settings - Fork 350
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
Update aws_ec2 documentation for the use_ssm_inventory option #1586
Update aws_ec2 documentation for the use_ssm_inventory option #1586
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 42s |
6c12f32
to
5f99aee
Compare
Signed-off-by: Alina Buzachis <[email protected]>
5f99aee
to
092990a
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 54s |
plugins/inventory/aws_ec2.py
Outdated
@@ -137,7 +137,10 @@ | |||
version_added: 3.1.0 | |||
use_ssm_inventory: | |||
description: | |||
- Add SSM inventory information into hostvars. | |||
- Allows to fetch EC2 instance information from the AWS Systems Manager (SSM) inventory service into hostvars. |
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.
- Allows to fetch EC2 instance information from the AWS Systems Manager (SSM) inventory service into hostvars. | |
- Enables fetching additional EC2 instance information from the AWS Systems Manager (SSM) inventory service into hostvars. |
docs/docsite/rst/aws_ec2_guide.rst
Outdated
@@ -484,7 +484,9 @@ Now the output of ``ansible-inventory -i demo.aws_ec2.yml --list``: | |||
``use_ssm_inventory`` | |||
--------------------- | |||
|
|||
``use_ssm_inventory: True`` will include SSM inventory variables into hostvars for ssm-configured instances. | |||
``use_ssm_inventory: True`` will allow to fetch EC2 instance information from the AWS Systems Manager (SSM) inventory service into hostvars. By leveraging the SSM inventory data, the ``use_ssm_inventory`` option provides additional details and attributes about the EC2 instances in your inventory. |
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.
``use_ssm_inventory: True`` will allow to fetch EC2 instance information from the AWS Systems Manager (SSM) inventory service into hostvars. By leveraging the SSM inventory data, the ``use_ssm_inventory`` option provides additional details and attributes about the EC2 instances in your inventory. | |
``use_ssm_inventory: True`` enables fetching additional EC2 instance information from the AWS Systems Manager (SSM) inventory service into hostvars. By leveraging the SSM inventory data, the ``use_ssm_inventory`` option provides additional details and attributes about the EC2 instances in your inventory. |
Signed-off-by: Alina Buzachis <[email protected]>
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 50s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 39s |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 463d588 on top of patchback/backports/stable-5/463d58802ebc1d8d40703baa96fa1c8b42ac13f8/pr-1586 Backporting merged PR #1586 into main
🤖 @patchback |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #1590 🤖 @patchback |
…#1590) [PR #1586/463d5880 backport][stable-6] Update aws_ec2 documentation for the use_ssm_inventory option This is a backport of PR #1586 as merged into main (463d588). SUMMARY Update aws_ec2 documentation for the use_ssm_inventory option Might fix #1461 ISSUE TYPE Docs Pull Request COMPONENT NAME aws_ec2 Reviewed-by: Alina Buzachis
SUMMARY
Update aws_ec2 documentation for the use_ssm_inventory option
Might fix #1461
ISSUE TYPE
COMPONENT NAME
aws_ec2