Replies: 2 comments
So I'm guessing it's not Ansible-compatible enough.
That should be pretty easy with a new output module. This could be a decent start: https://github.com/ipspace/netlab/blob/dev/netsim/outputs/devices.py
Some experience with the output modules, no plans. The nornir functionality we might need in netlab (parallel execution of configuration tasks) is already built in cli/initial. |
0 replies
|
Thank you. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I tried nornir_anisible to read inventory created by netlab.
It seem to choke on
hosts.ymland ignoretopology.json.I could think of a few other approaches though:
https://nornir.readthedocs.io/en/latest/tutorial/inventory.html
https://nornir.readthedocs.io/en/latest/community/plugin_list.html
Anyone has any experience, plans, or thoughts around this matter?
All reactions