Skip to content

Commit

Permalink
netbox: disable osism plugin by default (#1495)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jun 28, 2024
1 parent 92e57ad commit b639cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/netbox/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ netbox_extra: {}

netbox_plugins_defaults:
- netbox_initializers
- netbox_plugin_osism
netbox_plugins_extra: []
# - netbox_bgp
# - netbox_dns
# - netbox_plugin_osism
# - nextbox_ui_plugin
netbox_plugins: "{{ netbox_plugins_defaults + netbox_plugins_extra }}"

Expand Down

0 comments on commit b639cdf

Please sign in to comment.