Juniper / nita-ansible

Ansible, a radically simple IT automation engine, part of the Juniper NITA solution
Apache License 2.0
7 stars 11 forks source link

Netbox population workflow fails in examples/evpn_vxlan_erb_dc #6

Closed aburston closed 3 years ago

aburston commented 3 years ago

The following happens when running against the "EVPN VXLAN DC DEMO v0.8" blueprint in Juniper JCL:

PLAY [Create API Token in Netbox] **********************************************

TASK [Bash script to create an API Token in Netbox] ****************************
changed: [nita]

PLAY [Create Site, Roles, Types and Manufacturers] *****************************

TASK [Sites] *******************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ValueError: ansible_collections.netbox.netbox.plugins.module_utils.netbox_dcim.__spec__ is None
fatal: [nita]: FAILED! => {"msg": "Unexpected failure during module execution.", "stdout": ""}

Looks like the netbox module is faulty or missing.