main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 4 additions and 9 deletions
Showing only changes of commit ca6d0623c7 - Show all commits

View File

@ -6,12 +6,7 @@
gather_facts: no
tasks:
# Paso 1: Instalar paquetes necesarios para Nagios NRPE
- name: "[CONFIG NAGIOS NRPE] Instalar paquetes nagios-nrpe-server y nagios-nrpe-plugin"
apt:
name: "{{ item }}"
state: present
update_cache: yes
loop:
- nagios-nrpe-server
- nagios-nrpe-plugin
- name: "[CONFIG NAGIOS NRPE] Install and configure nagios nrpe service"
import_role:
name: config-nagios-nrpe
when: nagios_nrpe_enabled is defined and nagios_nrpe_enabled