move ssl_verify under 'netbox' config
This commit is contained in:
parent
53cb29a6d4
commit
9611400b22
3 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
|||
netbox:
|
||||
url: 'http://netbox.internal.company.com'
|
||||
token: supersecrettoken
|
||||
# uncomment to disable ssl verification
|
||||
# ssl_verify: false
|
||||
|
||||
network:
|
||||
ignore_interfaces: "(dummy.*|docker.*)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue