diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:57:57 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:57:57 +0100 |
| commit | 79defd7005932723df05f96b33ad7d3f5876413d (patch) | |
| tree | d1275d1467c0ae1d9bb08bc7a2560412e84dcfc6 | |
| parent | 4d958b4784ceda51e0dbb95f8f87d23fdbc4153a (diff) | |
This ensures that the necessary packages and prosody-specific munin plugins are
configured by default.
| -rw-r--r-- | playbook.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
