Martin Rødvand
Martin Rødvand
https://github.com/netbox-community/pynetbox/issues/457
> Please fix the documentation Feel free to add a PR fixing the documentation.
ERROR: Found 2 compile issue(s) on python 2.7 ??
Related discussion https://github.com/netbox-community/ansible_modules/issues/330
Have you looked at setting `force_valid_group_names = always` in your ansible.cfg?https://docs.ansible.com/ansible/latest/reference_appendices/config.html#transform-invalid-group-chars
@twink0r So it looks like this change does not go over well with the CI tests being run - any idea why?
So I'm trying to run this on the NetBox demo instance with the following nb_inventory config: ``` plugin: netbox.netbox.nb_inventory api_endpoint: https://demo.netbox.dev token: 62b24bdf9ce08cfa3fb7ed15aa0d3e027a142df1 ``` And running the `ansible-inventory --list -i...
Even easier to reproduce my experience: Works: `curl -i -H "Content-Type: application/json" -H "Token: 62b24bdf9ce08cfa3fb7ed15aa0d3e027a142df1" https://demo.netbox.dev/api/docs/\?format\=openapi` Does not work:`curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Token: 62b24bdf9ce08cfa3fb7ed15aa0d3e027a142df1" https://demo.netbox.dev/api/docs/\?format\=openapi`
@ThomasADavis How do you suggest we add this? Add this onto each module as a dictionary, or create a separate module for journals?
> so the tags and the config_context are /extra api modules. so, which name for this? > > netbox_journal or netbox_extra_journal As no other modules has the extra/dcim/ipam prefix, I...