From a7d5262a2f2740ca95060d33b2c11e60c0e2ad89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Fri, 28 Jul 2023 09:53:50 +0200 Subject: [PATCH] Add nagios_client role to buildvm-osbuild.yml playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the nagios_client role to the buildvm-osbuild.yml playbook to allow monitoring of osbuild workers. E.g. when they are down or have a full disk. Signed-off-by: Tomáš Hozza --- playbooks/groups/buildvm-osbuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/buildvm-osbuild.yml b/playbooks/groups/buildvm-osbuild.yml index b8420537a3..87863ca9c9 100644 --- a/playbooks/groups/buildvm-osbuild.yml +++ b/playbooks/groups/buildvm-osbuild.yml @@ -23,6 +23,7 @@ - hosts - ipa/client - sudo + - nagios_client handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"