You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Netbox I had created some "Reserved" IP addresses, without hostname. But when running the ansible playbook, it fails with
FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'interface'"}
When grabbing data from Netbox, it should probably only get the "Active" IP addresses. And IP addresses without hostname should probably just be ignored.
The text was updated successfully, but these errors were encountered:
In Netbox I had created some "Reserved" IP addresses, without hostname. But when running the ansible playbook, it fails with
When grabbing data from Netbox, it should probably only get the "Active" IP addresses. And IP addresses without hostname should probably just be ignored.
The text was updated successfully, but these errors were encountered: