Actualizar linux-config-nagios-nrpe.yaml
This commit is contained in:
parent
5486ed7f9a
commit
1cfb9e1443
|
@ -6,12 +6,7 @@
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: "[CONFIG NAGIOS NRPE] Comprobando si es necesario configurar nagios nrpe service "
|
|
||||||
debug:
|
|
||||||
msg: "No es necesario configurar nagios nrpe service en la máquina"
|
|
||||||
when: nagios_nrpe_enabled is not defined or not nagios_nrpe_enabled
|
|
||||||
|
|
||||||
- name: "[CONFIG NAGIOS NRPE] Install and configure nagios nrpe service"
|
- name: "[CONFIG NAGIOS NRPE] Install and configure nagios nrpe service"
|
||||||
import_role:
|
import_role:
|
||||||
name: config-nagios-nrpe
|
name: config-nagios-nrpe
|
||||||
|
|
Loading…
Reference in New Issue