community.library_inventory_filtering_v1 #68
Replies: 2 comments 2 replies
-
Ansible Collections Checklist (short version)For details about the following points, refer to the Collection Requirements. Every comment should say whether the reviewer expects it to be addressed, or whether it's optional. Note for reviewers: If you don't know how to check any of the points below, please ask maintainers of the collection you're reviewing or a Steering Committee member for clarifications in comments of corresponding inclusion discussion. Public availability and communication:
Standards and documentation:
Collection management:
Tests: Note for reviewers: If you don't know how to check the points below, please ask maintainers of the collection you're reviewing how you can do it.
|
Beta Was this translation helpful? Give feedback.
-
Ansible Collections Checklist (short version)For details about the following points, refer to the Collection Requirements. Every comment should say whether the reviewer expects it to be addressed, or whether it's optional. Note for reviewers: If you don't know how to check any of the points below, please ask maintainers of the collection you're reviewing or a Steering Committee member for clarifications in comments of corresponding inclusion discussion. Public availability and communication:
Standards and documentation:
Collection management:
Tests: Note for reviewers: If you don't know how to check the points below, please ask maintainers of the collection you're reviewing how you can do it.
|
Beta Was this translation helpful? Give feedback.
-
This is a library collection to enable inventory plugins in other collections to filter hosts in a uniform way. See https://forum.ansible.com/t/place-for-common-shared-code-for-collections/1721 for details.
The difference between repository name and collection name is the major version suffix
_v1
. The idea is that a new major version has a new suffix_v2
, so that both major versions can be installed in parallel (and also included in Ansible in parallel). This makes it possible to migrate some collections to major version 2 without forcing to upgrade all of them simultaneously. (Thanks to @flowerysong for the suggestion.)An example of how this collection is used can be seen in ansible-collections/community.docker#698. That PR can only be merged once this collection is accepted for inclusion in Ansible, since community.docker itself is part of Ansible and thus cannot add dependencies that are not part of Ansible.
Ansible Galaxy: https://galaxy.ansible.com/ui/repo/published/community/library_inventory_filtering_v1/
GitHub: https://github.com/ansible-collections/community.library_inventory_filtering
Issues Tracker: https://github.com/ansible-collections/community.library_inventory_filtering/issues
GitHub Handles: @felixfontein
Is the collection part of Automation Hub: No
We meet Collection Requirements: Yes
Beta Was this translation helpful? Give feedback.
All reactions