Refs #8025 Rol debian-base. Task nrpe fix, vars remove and move to group_vars and defaults.

This commit is contained in:
Xavi Lleó 2024-10-08 16:12:56 +02:00
parent 88c47d3c3a
commit 3ad39e03a8
5 changed files with 7 additions and 4 deletions

View File

@ -31,6 +31,7 @@ base_packages:
- btop
- ncdu
- debconf-utils
- net-tools
locales_present:
- en_US.UTF-8
- es_ES.UTF-8

View File

@ -5,3 +5,6 @@ fail2ban:
bantime: 600
maxretry: 4
ignore: "127.0.0.0/8 {{ dc_net }}"
vn_host:
url: http://apt.verdnatura.es/pool/main/v/vn-host
package: vn-host_2.0.2_all.deb

View File

@ -19,4 +19,4 @@
- name: reconfigure tzdata
command: dpkg-reconfigure -f noninteractive tzdata
- name: update exim configuration
command: /usr/sbin/update-exim4.conf
command: /usr/sbin/update-exim4.conf

View File

@ -2,9 +2,11 @@
apt:
name: "{{ item }}"
state: present
install_recommends: no
loop:
- nagios-nrpe-server
- nagios-plugins-contrib
- monitoring-plugins-basic
- name: Set NRPE generic configuration
template:
src: nrpe.cfg

View File

@ -1,3 +0,0 @@
vn_host:
url: http://apt.verdnatura.es/pool/main/v/vn-host
package: vn-host_2.0.2_all.deb