Add expample plugin configuration

This commit is contained in:
ryanmerolle 2021-04-20 07:46:29 -04:00
parent f2731d3fe6
commit eb5cc88b25
2 changed files with 12 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,7 +7,8 @@ configuration/*
!configuration/configuration.py
!configuration/extra.py
configuration/ldap/*
!configuration/ldap/ldap_config.py
!configuration/ldap/extra.py
!configuration/ldap/ldap_config.py
!configuration/plugins.py
prometheus.yml
super-linter.log

10
configuration/plugins.py Normal file
View File

@ -0,0 +1,10 @@
# Add your plugins and plugin settings here.
# Of course uncomment this file out.
# PLUGINS = ["netbox_onboarding"]
# PLUGINS_CONFIG = {
# "netbox_onboarding": {
# ADD YOUR SETTINGS HERE
# }
# }