From 2bcc0bd22a186b194b0265dd5778b22d2928aa75 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 3 May 2021 19:36:47 +0200 Subject: [PATCH] nodes/ovh.icinga2: install unbound seems quad9 isn't as stable as we'd want them to be :( --- nodes/ovh/icinga2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/ovh/icinga2.py b/nodes/ovh/icinga2.py index f4f9f02..60f3acd 100644 --- a/nodes/ovh/icinga2.py +++ b/nodes/ovh/icinga2.py @@ -4,6 +4,7 @@ nodes['ovh.icinga2'] = { 'php', 'postgresql', 'simple-icinga-dashboard', + 'unbound', 'wireguard', 'zfs', },