This commit is contained in:
Kevin Fenzi 2016-09-26 00:26:21 +00:00
parent 82be02911f
commit dc28eb9c6c

View file

@ -141,7 +141,7 @@
# So when adding or modifying them change the .j2 version in git. # So when adding or modifying them change the .j2 version in git.
# #
- name: install nrpe bugyou fedmsg hubs check config - name: install nrpe bugyou fedmsg hubs check config
template: src=check_fedmsg_hub_procs_bugyou.j2 dest=/etc/nrpe.d/check_fedmsg_hub_procs_bugyou.cfg template: src=check_fedmsg_hub_procs_bugyou.cfg.j2 dest=/etc/nrpe.d/check_fedmsg_hub_procs_bugyou.cfg
when: inventory_hostname.startswith('bugyou01') when: inventory_hostname.startswith('bugyou01')
notify: notify:
- restart nrpe - restart nrpe