mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 18:43:50 +08:00
@@ -41,14 +41,14 @@
|
||||
yum: name=nagios-plugins-tcp state=present
|
||||
tags:
|
||||
- packages
|
||||
- nagios/client
|
||||
- nagios_client
|
||||
when: ansible_distribution_major_version|int < 22 and 'mirrorlist-proxies' in group_names
|
||||
|
||||
- name: install nagios tcp check for mirrorlist proxies
|
||||
dnf: name=nagios-plugins-tcp state=present
|
||||
tags:
|
||||
- packages
|
||||
- nagios/client
|
||||
- nagios_client
|
||||
when: ansible_distribution_major_version|int > 21 and 'mirrorlist-proxies' in group_names
|
||||
|
||||
- name: install local nrpe check scripts that are not packaged
|
||||
|
||||
Reference in New Issue
Block a user