Skip to content
Snippets Groups Projects
Commit 99345109 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

refactor: move Check_MK cleanup task to separate taskfile

parent 34a46f07
Branches
Tags
1 merge request!1ND-1759
---
- name: remove SubApp-CMK-plugin
file:
path: "/usr/lib/check_mk_agent/plugins/checkmk_submission_application.sh"
state: absent
...@@ -21,9 +21,3 @@ ...@@ -21,9 +21,3 @@
loop: loop:
- "check_subapp_ws_status.sh" - "check_subapp_ws_status.sh"
tags: [monitoring] tags: [monitoring]
- name: remove SubApp-CMK-plugin
file:
path: "/usr/lib/check_mk_agent/plugins/checkmk_submission_application.sh"
state: absent
tags: [monitoring]
...@@ -65,3 +65,7 @@ ...@@ -65,3 +65,7 @@
- name: iptables-Regeln für externe Produzenten setzen - name: iptables-Regeln für externe Produzenten setzen
import_tasks: configure_iptables_externalusers.yml import_tasks: configure_iptables_externalusers.yml
tags: [iptables] tags: [iptables]
- name: cleanup remainders of METS-based SubApp
import_tasks: cleanup_legacy.yml
tags: [always]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment