initial commit

This commit is contained in:
W Anders
2024-05-06 17:37:57 -06:00
commit 12bcac933a
35 changed files with 3027 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
PLUGINS = [
'netbox_dns',
]
PLUGINS_CONFIG = {
'netbox_dns': {
'feature_ipam_coupling': True,
'tolerate_underscores_in_hostnames': True,
},
}