Advanced filtering Advanced filtering In this tutorial we are going to see how to use the F object to do advanced filtering of hosts. Let’s start by initiating nornir and looki...
Adding a progress bar Adding a progress bar In this how to we want to show an example on how to integrate nornir with tqdm to add a nice way of tracking progress of our script...
The need to know Python Python skills required The need to know Python In order to use Nornir you have to know some Python. This might come as wonderful news to you, or you mig...
Processing results The easy way The programmatic way Processing results In this tutorial we are going to see how we can process the results of running tasks. Let’s start with...
Tasks Grouping tasks [ 1 ]: # Initializing objects for later use from nornir import InitNornir from nornir_utils . plugins . functions import print_result nr ...
Tasks Grouping tasks [ 1 ]: # Initializing objects for later use from nornir import InitNornir from nornir_utils . plugins . functions import print_result nr ...