netbox: add secrets plugin
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
fc186ec4df
commit
ecf3a99613
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ PLUGINS = [
|
|||
"netbox_otp_plugin",
|
||||
"netbox_reorder_rack",
|
||||
# "netbox_routing",
|
||||
# "netbox_secrets",
|
||||
"netbox_secrets",
|
||||
"netbox_storage",
|
||||
"netbox_topology_views",
|
||||
"nextbox_ui_plugin",
|
||||
|
|
|
@ -7,7 +7,7 @@ netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
|
|||
netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns
|
||||
netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
|
||||
# netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing
|
||||
# netbox-secrets == 2.1.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue