Skip to content
Snippets Groups Projects
Commit a9867b93 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:infra/ansible

parents 7d27bff6 a4a1ced6
Branches
No related tags found
No related merge requests found
---
dependencies:
- { role: "zabbix-agent", when: "'zabbix-agent' in group_names"}
...@@ -23,3 +23,14 @@ ...@@ -23,3 +23,14 @@
tags: tags:
- packages - packages
- hardware-tools - hardware-tools
- name: ensure zabbix-smart-check is installed
apt: name={{ item }} state=present
with_items:
- zabbix-check-smart
- zabbix-check-disk-performance
when: "'zabbix-agent' in group_names"
tags:
- packages
- hardware-tools
- chr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment