ansible-role-nagios/tasks/install.yml

18 lines
329 B
YAML
Raw Permalink Normal View History

2022-10-11 09:19:02 +02:00
---
- name: Ensure software is installed
package:
name:
- apache2
- apache2-utils
- libapache2-mod-php
- php-gd
#- libgdchart-gd2-xpm-dev
- snmp
- smbclient
- fping
- iputils-ping
- gettext
- daemon
- nagios4
- nagios-nrpe-plugin
- rrdtool