mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
17 lines
322 B
Python
17 lines
322 B
Python
PLUGINS = [
|
|
"netbox_topology_views",
|
|
"netbox_lifecycle",
|
|
"netbox_floorplan",
|
|
"netbox_lists",
|
|
"netbox_inventory",
|
|
"netbox_reorder_rack",
|
|
# "netbox_proxbox",
|
|
]
|
|
|
|
PLUGINS_CONFIG = {
|
|
"netbox_inventory": {
|
|
"sync_serial_to_device": True,
|
|
"sync_asset_tag_to_device": True,
|
|
},
|
|
}
|