Use correct names.

This commit is contained in:
Kevin Fenzi 2014-02-11 20:00:37 +00:00
parent 64cd952dac
commit 749c6b9930

View file

@ -67,14 +67,14 @@
# So when adding or modifying them change the .j2 version in git.
#
- name: install nrpe openvpn check config
template: src=check_openvpn_link.j2 dest=/etc/nrpe.d/{{ item }}
template: src=check_openvpn_link.cfg.j2 dest=/etc/nrpe.d/{{ item }}
when: datacenter != 'phx2'
#
# The actual items files here end in .j2 (they are templates)
# So when adding or modifying them change the .j2 version in git.
#
- name: install nrpe unbound check config
template: src=check_unbound_proc.j2 dest=/etc/nrpe.d/{{ item }}
template: src=check_unbound_proc.cfg.j2 dest=/etc/nrpe.d/{{ item }}
when: inventory_hostname.startswith('unbound')
- name: nrpe service start