Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e680b96895
commit
adcbf72f03
163 changed files with 220 additions and 220 deletions
|
@ -3,7 +3,7 @@
|
|||
---
|
||||
# install pkgs:
|
||||
- name: install nagios client pkgs
|
||||
yum: name={{ item }} state=present
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- nrpe
|
||||
- nagios-plugins
|
||||
|
@ -38,7 +38,7 @@
|
|||
when: ansible_distribution_major_version|int > 21
|
||||
|
||||
- name: install nagios tcp check for mirrorlist proxies
|
||||
yum: name=nagios-plugins-tcp state=present
|
||||
package: name=nagios-plugins-tcp state=present
|
||||
tags:
|
||||
- packages
|
||||
- nagios_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue