From eb726d710784bb1676042f3fe2f1b5b0bb47cb81 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 22:54:41 +0100 Subject: Don't install prosody plugins by default I want to set up monitoring on fennell.dev and search.fennell.dev - neither of which have a postgres instance or should include other prosody-related plugins in the future. Therefore, configure a base set of plugins that should always be included, and let extra plugins / configuration be driven by extra_profiles. Over time, I'll want to create profile maps (containing config for the necessary packages/plugins to install/configure for that profile) to avoid unnecessary duplication of tasks, but for now, it's sufficient. --- munin-node/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'munin-node/defaults') diff --git a/munin-node/defaults/main.yml b/munin-node/defaults/main.yml index d8d22f9..6b7606b 100644 --- a/munin-node/defaults/main.yml +++ b/munin-node/defaults/main.yml @@ -3,3 +3,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later --- + +extra_profiles: [] -- cgit v1.2.3