nagios_client: install client on noc-cc01

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-08-01 16:34:40 -07:00
parent f8ae207321
commit 289bda5698

View file

@ -124,7 +124,7 @@
# Set up our base config.
- name: /etc/nagios/nrpe.cfg
template: src=nrpe.cfg.j2 dest=/etc/nagios/nrpe.cfg
when: not inventory_hostname.startswith('noc')
when: not inventory_hostname.startswith('noc0')
notify:
- restart nrpe
tags: