5945415398
* Allow custom inventory plugins and cache plugins If _load_name is not set correctly the cache plugin can't load the documentation (which is also the arg spec) Fix the existing inventory plugin in the collections tests Add integration tests for using a cache plugin in a collection * Set the attribute on the instance instead of the class Deprecate importing custom CacheModules directly - they should use the cache_loader
6 lines
230 B
YAML
6 lines
230 B
YAML
# use inventory and cache plugins defined in a content-adjacent collection
|
|
plugin: testns.content_adj.statichost
|
|
hostname: cache_host_a
|
|
cache_plugin: testns.content_adj.custom_jsonfile
|
|
cache: yes
|
|
cache_connection: inventory_cache
|