From 79defd7005932723df05f96b33ad7d3f5876413d Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 9 Sep 2026 22:57:57 +0100 Subject: Include prosody in munin-node's extra_profiles This ensures that the necessary packages and prosody-specific munin plugins are configured by default. --- playbook.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 7a9dc79..12f74a0 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -9,7 +9,10 @@ hosts: all roles: - bootstrap - - munin-node + - role: munin-node + vars: + extra_profiles: + - prosody tasks: - name: Retrieve DANE hash -- cgit v1.2.3