netbox: enable interface sync plugin
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
e1e7cd6b78
commit
837f1ef00d
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ PLUGINS = [
|
||||||
"netbox_acls",
|
"netbox_acls",
|
||||||
# // "netbox_attachments",
|
# // "netbox_attachments",
|
||||||
"netbox_dns",
|
"netbox_dns",
|
||||||
# // "netbox_interface_synchronization",
|
"netbox_interface_synchronization",
|
||||||
# // "netbox_lists",
|
# // "netbox_lists",
|
||||||
"netbox_otp_plugin",
|
"netbox_otp_plugin",
|
||||||
"netbox_reorder_rack",
|
"netbox_reorder_rack",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls
|
netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls
|
||||||
#// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments
|
#// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments
|
||||||
#// netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
|
||||||
#// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
#// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
|
||||||
netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
|
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-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns
|
||||||
|
|
Loading…
Reference in a new issue