orchestro.lookups package#
Submodules#
orchestro.lookups.orche module#
Functions and routines associated with Enasis Network Orchestrations.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
- class orchestro.lookups.orche.LookupModule(loader=None, templar=None, **kwargs)[source]#
Bases:
LookupBase
Provide information when called within Ansible routines.
- run(terms: list[dict[str, Any]] | None = None, variables: dict[str, Any] | None = None, **kwargs: Any) list[Orche] [source]#
Perform whatever operation is associated with the file.
- Parameters:
terms – Positional arguments passed to the lookup.
variables – All variables from within the playrun.
kwargs – Keyword arguments passed to the lookup.
Module contents#
Functions and routines associated with Enasis Network Orchestrations.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.