rename vars

This commit is contained in:
Ruben Blanco 2023-10-23 14:24:13 +02:00
parent 3988a23ae2
commit 3f1af501be
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
# create file 99-local.cfg to /etc/nagios/nrpe.d/
- name: create 99-local.cfg to /etc/nagios/nrpe.d/
file:
path: "{{ 99_local_path }}"
path: "{{ local_path }}"
state: touch
mode: '0644'
notify: restart nagios-nrpe

View File

@ -1,3 +1,3 @@
# vars file
99_local_path: /etc/nagios/nrpe.d/99-local.cfg
local_path: /etc/nagios/nrpe.d/99-local.cfg
nagios_nrpe_daemon: nagios-nrpe-server