-
Notifications
You must be signed in to change notification settings - Fork 343
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
Explain what use_ssm_inventory in ec2 inventory plugin does #1461
Labels
Comments
alinabuzachis
added
needs_verified
Some one might want to take a look at this and reproduce it to confirm
jira
and removed
needs_triage
labels
Apr 18, 2023
@mdavis-xyz Thank you for raising this issue. I prepared a PR (#1586) that attempts to provide a more exhaustive explanation for the |
Yes thanks. That's more clear now. |
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jun 1, 2023
Update aws_ec2 documentation for the use_ssm_inventory option 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: Mark Chappell Reviewed-by: Jill R
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Jun 5, 2023
…#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
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
Update Galaxy docs links SUMMARY Fixes: ansible-collections#1461 (See also ansible-collections#1021) ISSUE TYPE Docs Pull Request COMPONENT NAME galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
Cleanup after 4.2.0 Release SUMMARY A relatively minor release, but getting this out helps with ansible-collections#1461 ISSUE TYPE Docs Pull Request COMPONENT NAME CHANGELOG.rst changelogs/changelog.yaml changelogs/fragments/* ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
I'm trying to combine both the ec2 inventory plugin, and the SSM connector plugin. I'm really struggling to figure out how to do this, because of several documentation issues. But I'll just mention one here.
In the inventory plugin, there's an option called "use_ssm_inventory". The description is very brief. "Add SSM inventory information into hostvars.". I assumed this means that if I set it to True, then the SSM plugin will just work. But this doesn't seem to be the case.
Looking at the boto3 docs, I see that SSM also uses the term "inventory", which may have a different meaning to Ansible inventory. The documentation should be updated to explain what the word "inventory" means in the context of this specific argument.
Issue Type
Documentation Report
Component Name
aws_ec2 inventory
Ansible Version
Collection Versions
Configuration
OS / Environment
Mac
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: