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:
|
network:
|
||||||
ignore_interfaces: "(dummy.*|docker.*)"
|
ignore_interfaces: "(dummy.*|docker.*)"
|
||||||
ignore_ips: (127\.0\.0\..*)
|
ignore_ips: (127\.0\.0\..*)
|
||||||
|
# enable auto-cabling
|
||||||
|
lldp: true
|
||||||
|
|
||||||
datacenter_location:
|
datacenter_location:
|
||||||
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
||||||
|
|
|
@ -5,6 +5,8 @@ netbox:
|
||||||
network:
|
network:
|
||||||
ignore_interfaces: "(dummy.*|docker.*)"
|
ignore_interfaces: "(dummy.*|docker.*)"
|
||||||
ignore_ips: (127\.0\.0\..*)
|
ignore_ips: (127\.0\.0\..*)
|
||||||
|
# enable auto-cabling
|
||||||
|
lldp: true
|
||||||
|
|
||||||
datacenter_location:
|
datacenter_location:
|
||||||
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
driver: "cmd:cat /etc/qualification | tr [a-z] [A-Z]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue