vn-ansible/linux-config-nagios-nrpe.yaml

12 lines
224 B
YAML
Raw Normal View History

2023-10-17 13:10:41 +00:00
---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: no
tasks:
2023-10-18 10:26:07 +00:00
- name: "[CONFIG NAGIOS NRPE] Install and configure nagios nrpe service"
2023-10-17 13:10:41 +00:00
import_role:
2023-10-18 10:26:07 +00:00
name: config-nagios-nrpe