main #31

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

View File

@ -9,11 +9,11 @@
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# paso1
# 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:
name: "{{ item }}"
state: present
with_items:
loop:
- nagios-nrpe-server
- nagios-nrpe-plugin
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++