cobbler.inventory: Allow collecting fully rendered facts (#9975)

Add facts_level option to cobbler inventory plugin, cleanpu

Initialize connection in parse()
Handle rendered system data in _get_systems() so it can be cached

Signed-off-by: Orion Poplawski <orion@nwra.com>
Co-authored-by: Tyler Phillippe <tylerphillippe@tutamail.com>
This commit is contained in:
Orion Poplawski
2025-04-26 04:34:11 -06:00
committed by GitHub
parent 373334d668
commit 7524e74bb7
2 changed files with 36 additions and 22 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- cobbler inventory plugin - add ``facts_level`` option to allow requesting fully rendered variables for Cobbler systems (https://github.com/ansible-collections/community.general/issues/9419, https://github.com/ansible-collections/community.general/pull/9975).