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.37k stars 233 forks source link

Need support for reading in plural hosts.yaml in order to format the stored switch infos #871

Closed Laplacence closed 11 months ago

Laplacence commented 11 months ago

Currently I'm using an environment where the hosts.yaml file is over 10,000 lines, difficult to read and hard to maintain.

Would it be possible to add this type of support? For example, like ansible, all files in the inventory folder can be read.

ubaumann commented 11 months ago

There are many inventory plugings available. Also a Ansible inventory.

https://nornir.tech/nornir/plugins/

Laplacence commented 11 months ago

Thanks for the reply! I'll check the link.