Nornir-nautobot

Latest version: v3.2.0

Safety actively analyzes 688775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.5

* Fixes release notes. by jvanderaa in https://github.com/nautobot/nornir-nautobot/pull/100

1.0.1

Release Notes

Fixes bug in platform for a task host where it would be empty.

Bug Fixes
12 `task.host.platform` empty for hosts

0.2.0

New Items

- (22) Adds a toggle for including the pynautobot data as a dictionary key item. No change in the default behavior. Now you can disable this with an optional key to the inventory of `pynautobot_dict`.

python
nornir_no_pynb_dict = InitNornir(
inventory={
"plugin": "NautobotInventory",
"options": {
"nautobot_url": "http://mock.example.com",
"nautobot_token": "0123456789abcdef01234567890",
"pynautobot_dict": False,
},
},
logging={"enabled": False},
)
`

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.