nornir-automation / nornir

Pluggable multi-threaded framework with inventory management to help operate collections of devices
https://nornir.readthedocs.io/
Apache License 2.0
1.4k stars 237 forks source link

Retrieve task result in between multiple tasks? #752

Closed ozschmoz closed 2 years ago

ozschmoz commented 2 years ago

Is there any way task results could be retrieved before logging off switch in order to perform follow-up tasks based on output? I'm wondering if it's possible to perform everything within a single switch ssh access when further actions are based on result output.

dbarrosop commented 2 years ago

That is how nornir works by defaukt, connection is reused amongst different tasks on the same device.