update config file
This commit is contained in:
parent
79ebcdb323
commit
6538493fd5
2 changed files with 22 additions and 4 deletions
|
|
@ -2,6 +2,10 @@ netbox:
|
|||
url: 'http://netbox.internal.company.com'
|
||||
token: supersecrettoken
|
||||
|
||||
network:
|
||||
ignore_interfaces: "(dummy.*|docker.*)"
|
||||
ignore_ips: (127\.0\.0\..*)
|
||||
|
||||
datacenter_location:
|
||||
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
||||
regex: "DATACENTER: (?P<datacenter>[A-Za-z0-9]+)"
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue