-
Hello, i'm new with nornir and trying to set it up after successfully using python/netmiko but i'm stuck at the begining. Can someone help with this error i'm getting for simple .py script? script: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@IvanBajo Format in your config.yaml should be: ---
inventory:
plugin: SimpleInventory |
Beta Was this translation helpful? Give feedback.
-
What does your host file look like? Can you cat this file: "/home/ibajo/Desktop/nornir/inventory/hosts.yml" You can obviously obscure any confidential information. |
Beta Was this translation helpful? Give feedback.
The format of your groups section is wrong. Groups should be a YAML list.
It is possible you also have issues with your
groups.yaml
file, but try the above fix.