mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
inventory plugin order: update doc
add doc for #44428: - add changelog fragment - update porting guide also: - update auto inventory plugin doc - mention toml plugin in examples
This commit is contained in:
parent
2f8001a7af
commit
7e278b23b4
5 changed files with 8 additions and 3 deletions
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
|||
- Matt Davis <@nitzmahone>
|
||||
short_description: Loads and executes an inventory plugin specified in a YAML config
|
||||
description:
|
||||
- By whitelisting C(auto) as the final inventory plugin, any YAML inventory config file with a
|
||||
- By whitelisting C(auto) inventory plugin, any YAML inventory config file with a
|
||||
C(plugin) key at its root will automatically cause the named plugin to be loaded and executed with that
|
||||
config. This effectively provides automatic whitelisting of all installed/accessible inventory plugins.
|
||||
- To disable this behavior, remove C(auto) from the C(INVENTORY_ENABLED) config element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue