feat(netbox): configure netbox-branching and netbox-bgp
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
# Liste des plugins activés
|
||||
# Doit correspondre aux packages installés dans plugin_requirements.txt
|
||||
PLUGINS = [
|
||||
"netbox_branching",
|
||||
"netbox_bgp",
|
||||
"netbox_secrets",
|
||||
"netbox_topology_views",
|
||||
# "netbox_bgp",
|
||||
# "netbox_documents",
|
||||
# "netbox_acls",
|
||||
# "netbox_qrcode",
|
||||
@@ -19,8 +20,17 @@ PLUGINS = [
|
||||
|
||||
# Configuration des plugins
|
||||
PLUGINS_CONFIG = {
|
||||
"netbox_branching": {
|
||||
# Configuration par défaut
|
||||
# Voir: https://github.com/netboxlabs/netbox-branching#configuration
|
||||
},
|
||||
"netbox_bgp": {
|
||||
# Configuration par défaut
|
||||
# "top_level_menu": True, # Ajoute un menu BGP au niveau supérieur
|
||||
# "asdot": False, # Utilise la notation ASPLAIN par défaut
|
||||
},
|
||||
"netbox_secrets": {
|
||||
# Configuration par défaut, personnalise si nécessaire
|
||||
# Configuration par défaut
|
||||
# "public_key_size": 4096,
|
||||
},
|
||||
"netbox_topology_views": {
|
||||
@@ -29,9 +39,6 @@ PLUGINS_CONFIG = {
|
||||
# "allow_coordinates_saving": True,
|
||||
# "always_save_coordinates": False,
|
||||
},
|
||||
# "netbox_bgp": {
|
||||
# # Ajoute ta configuration ici
|
||||
# },
|
||||
# "netbox_proxbox": {
|
||||
# "proxmox": [
|
||||
# {
|
||||
|
||||
Reference in New Issue
Block a user