diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:54:41 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:54:41 +0100 |
| commit | eb726d710784bb1676042f3fe2f1b5b0bb47cb81 (patch) | |
| tree | eb8cd90fa17855f3804a136804cff2a3a7f00980 /munin-node/defaults | |
| parent | 954c8ecb4f1ff54f1097f92224447bf76293cf51 (diff) | |
Don't install prosody plugins by defaultmain
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.
Diffstat (limited to 'munin-node/defaults')
| -rw-r--r-- | munin-node/defaults/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: [] |
