Plugins¶
-
rundeck_resources.plugins.get_plugins(resource_types)[source]¶ Method to get the plugins defined in the entry_point.
Parameters: resource_types ( str) – The resource type to get (Input, Output).Return type: dictReturns: The entry points by name.
-
rundeck_resources.plugins.load_plugins(config, resource_types)[source]¶ Method to load plugins defined in the entry_point by resource_type.
Parameters: - config (
dict) – The configuration file content. - resource_types (
str) – The resource type to load (Input, Output).
Return type: dictReturns: The plugins loaded.
- config (