#!/usr/bin/env python from nornir import InitNornir from nornir.core.filter import F import click # #Using F filter and multiple search keys with single search value each #-f k1:v1 -f k2:v2 #the filter parameters are ANDed together #exact match #no regex #no integer or float search but you can put the value in quotes within inventory files # #examples #python