Replies: 1 comment 1 reply
-
Are you using some sort of proxy? The majority of people who have issues connecting to netbox via the plugin have some sort of proxy set up, which is difficult for us to troubleshoot from the outside. I would recommend not using a proxy, unless you absolutely understand what you are doing. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Ansible NetBox Collection version
3.10
Ansible version
Use the Ansible playbook below.
NetBox version
3.4.0
Python version
3.9
Steps to Reproduce
Use the ansible playbook below, taken from module examples. I have also tested multiple other modules and all fail with the same error.
Expected Behavior
A working connection to the Netbox API
Observed Behavior
The Ansible playbook fails with the error below. It is apparantly unable to connect to the API because it can't return the API version.
A simple curl on the other hand works fine and also return the API version in the header.
Even calling the pynetbox.api function in a simple python script works
Beta Was this translation helpful? Give feedback.
All reactions