update README and config example file
This commit is contained in:
parent
c9ddee73e8
commit
bac6da46e3
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@ netbox:
|
|||
network:
|
||||
ignore_interfaces: "(dummy.*|docker.*)"
|
||||
ignore_ips: (127\.0\.0\..*)
|
||||
# enable auto-cabling
|
||||
lldp: true
|
||||
|
||||
datacenter_location:
|
||||
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
||||
|
|
|
@ -5,6 +5,8 @@ netbox:
|
|||
network:
|
||||
ignore_interfaces: "(dummy.*|docker.*)"
|
||||
ignore_ips: (127\.0\.0\..*)
|
||||
# enable auto-cabling
|
||||
lldp: true
|
||||
|
||||
datacenter_location:
|
||||
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
||||
|
|
Loading…
Add table
Reference in a new issue