Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ansible_lza_rosetta_app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_rosetta_app
Commits
f920cdf9
Commit
f920cdf9
authored
3 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
refactor: delete all legacy Check_MK plugins in one task
parent
218fc615
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install_checkmk_plugins.yml
+5
-7
5 additions, 7 deletions
tasks/install_checkmk_plugins.yml
with
5 additions
and
7 deletions
tasks/install_checkmk_plugins.yml
+
5
−
7
View file @
f920cdf9
---
-
name
:
delete legacy plugins
-
name
:
delete legacy
Check_MK
plugins
file
:
path
:
"
/usr/lib/check_mk_agent/plugins/
checkmk_dsmcad.sh
"
path
:
"
/usr/lib/check_mk_agent/plugins/
{{
item
}}
"
state
:
absent
loop
:
-
"
checkmk_dsmcad.sh"
-
"
mk_logwatch"
-
name
:
install self-developed Check_MK plugins
copy
:
...
...
@@ -57,8 +60,3 @@
import_tasks
:
"
oracle/install_checkmk_plugins_oracle.yml"
when
:
( ansible_hostname is search("rosora") ) or
( ansible_hostname is search("rosettaora") )
-
name
:
remove legacy Check_MK plugin
file
:
path
:
"
/usr/lib/check_mk_agent/plugins/mk_inventory"
state
:
absent
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment