From 14f968d1b96810e01f3c418f17294cf519911ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Wed, 19 Jan 2022 13:54:49 +0100 Subject: [PATCH] doc: add tags for Check_MK taskfile --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7c2bf56..3c23661 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -55,7 +55,7 @@ - name: Check_MK Plugins installieren import_tasks: install_checkmk_plugins.yml - tags: [always] + tags: [always, monitoring, checkmk] - name: iptables-Regeln für externe Produzenten setzen import_tasks: configure_iptables_externalusers.yml -- GitLab