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

Copy network data only to hosts that need it #1

Open
bwachter opened this issue Oct 26, 2022 · 0 comments
Open

Copy network data only to hosts that need it #1

bwachter opened this issue Oct 26, 2022 · 0 comments

Comments

@bwachter
Copy link
Member

For historical reasons currently every host has a network_data entry, which blows up the runtime data structures a lot. The majority of hosts don't need access to it at all, or only to a subset - with the inventory plugin this can be controlled now.

Add a host flag as well as a plugin default to import

  • the full data structure
  • a partial data structure containing of all hosts in the same groups - this is required for cluster setups to make sure a run happens on all cluster members
  • a partial data structure containing only the host
  • nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant