Actualizar roles/config-nagios-nrpe/tasks/main.yaml

This commit is contained in:
David Lopez 2024-09-06 20:20:05 +00:00
parent ca6d0623c7
commit 721d9136ab
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# paso1 # paso1
# install packages for nagios-nrpe # install packages for nagios-nrpe
- name: install packages for nagios-nrpe (nagios-nrpe-server nagios-nrpe-plugin) - name: Install packages for nagios-nrpe (nagios-nrpe-server, nagios-nrpe-plugin)
apt: apt:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
with_items: loop:
- nagios-nrpe-server - nagios-nrpe-server
- nagios-nrpe-plugin - nagios-nrpe-plugin
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++