Merge branch 'master' of adellam/ansible-roles into master

This commit is contained in:
Andrea Dell'Amico 2019-07-30 13:16:38 +02:00 committed by Gitea
commit 097f8445c0
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@
tags: [ 'dell', 'nagios' ]
- name: Install some standalone plugins
copy: src={{ nagios_dell_standalone_checks }} dest={{ nagios_local_plugdir }}/{{ item }} owner=root group=nagios mode=0750
copy: src={{ item }} dest={{ nagios_local_plugdir }}/{{ item }} owner=root group=nagios mode=0750
with_items: '{{ nagios_dell_standalone_checks }}'
tags: [ 'dell', 'nagios' ]
- name: Install a cron job that removes the leaked semaphores created by the nagios check of Dell hardware status