Skip to content
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

Enable autoloading of inventory plugins #32709

Merged
merged 1 commit into from
Nov 10, 2017

Conversation

nitzmahone
Copy link
Member

SUMMARY
  • Automatically loads and executes an inventory plugin specified by a standard YAML inventory config file containing a plugin key at its root.
  • Moved inventory PluginLoader to a shared global instance.
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

plugin_autoloader.py

ANSIBLE VERSION

2.5.0

ADDITIONAL INFORMATION

@nitzmahone
Copy link
Member Author

Naming is open for bikeshedding...

@ansibot ansibot added affects_2.5 This issue/PR affects Ansible v2.5 cli/doc feature_pull_request inventory Inventory category needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Nov 9, 2017
@nitzmahone nitzmahone removed the needs_triage Needs a first human triage before being processed. label Nov 9, 2017
@bcoca
Copy link
Member

bcoca commented Nov 9, 2017

bikeshed: 'auto'

@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Nov 9, 2017
* Automatically loads and executes an inventory plugin specified by a standard YAML inventory config file containing a `plugin` key at its root.
* Moved inventory PluginLoader to a shared global instance.
@nitzmahone
Copy link
Member Author

rebuild_merge

@ansibot ansibot merged commit 5ff36c3 into ansible:devel Nov 10, 2017
@ansibot ansibot added feature This issue/PR relates to a feature request. and removed feature_pull_request labels Mar 5, 2018
@ansible ansible locked and limited conversation to collaborators Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.5 This issue/PR affects Ansible v2.5 cli/doc feature This issue/PR relates to a feature request. inventory Inventory category support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants