move ssl_verify under 'netbox' config

This commit is contained in:
Solvik Blum 2020-07-11 15:27:32 +02:00
parent 53cb29a6d4
commit 9611400b22
3 changed files with 7 additions and 3 deletions

View file

@ -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.*)"