Nornir Dispatch is a utility for Nornir to simplify how to run multi-vendor workflows.
Nornir Dispatch allows you to register some tasks per platform and execute them seamlessly based on each host's characteristics.
You can install Nornir Dispatch via [pip] from [PyPI]:
$ pip install nornir-dispatch
Nornir Dispatch can be used by registering tasks, or implementing and registering a NornirDispatchBaseDriver.
Distributed under the terms of the Apache 2.0 license, Nornir Dispatch is free and open source software.