netbox: add inventory and nextbox plugins
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5568d90cca
commit
2860a7d0ee
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ PLUGINS = [
|
|||
"netbox_attachments",
|
||||
"netbox_dns",
|
||||
"netbox_interface_synchronization",
|
||||
"netbox_inventory",
|
||||
# "netbox_lists",
|
||||
"netbox_otp_plugin",
|
||||
"netbox_reorder_rack",
|
||||
|
@ -27,6 +28,7 @@ PLUGINS = [
|
|||
# "netbox_secrets",
|
||||
"netbox_storage",
|
||||
"netbox_topology_views",
|
||||
"nextbox_ui_plugin",
|
||||
# "slurpit_netbox",
|
||||
]
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
netbox-acls == 1.7.* # https://github.com/netbox-community/netbox-acls
|
||||
netbox-attachments == 6.* # https://github.com/Kani999/netbox-attachments
|
||||
netbox-interface-synchronization == 4.1.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
||||
netbox-inventory == 2.2.* # https://github.com/ArnesSI/netbox-inventory
|
||||
# netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
||||
netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
|
||||
netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns
|
||||
|
@ -9,4 +10,5 @@ netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorde
|
|||
# netbox-secrets == 2.1.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
||||
netbox-storage-plugin == 0.7.* # https://github.com/viroge/netbox-storage
|
||||
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views
|
||||
nextbox-ui-plugin == 1.0.* # https://github.com/iDebugAll/nextbox-ui-plugin
|
||||
# slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox
|
||||
|
|
Loading…
Add table
Reference in a new issue