fix proxy playbooks to not install nonexistant nagios script

This commit is contained in:
Kevin Fenzi 2017-02-18 23:58:07 +00:00
parent 456d0f9809
commit cf5f321f56
2 changed files with 0 additions and 3 deletions

View file

@ -102,7 +102,6 @@
- name: install nrpe client configs
template: src={{ item }}.j2 dest=/etc/nrpe.d/{{ item }}
with_items:
- check_mirrorlist_cache.cfg
- check_raid.cfg
- check_ipa.cfg
- check_readonly_fs.cfg
@ -198,7 +197,6 @@
template: src={{ item }}.j2 dest=/etc/nrpe.d/{{ item }}
with_items:
- check_happroxy_conns.cfg
- check_happroxy_mirrorlist.cfg
- check_varnish_proc.cfg
when: inventory_hostname.startswith('proxy')
notify:

View file

@ -198,7 +198,6 @@
template: src={{ item }}.j2 dest=/etc/nrpe.d/{{ item }}
with_items:
- check_happroxy_conns.cfg
- check_happroxy_mirrorlist.cfg
- check_varnish_proc.cfg
when: inventory_hostname.startswith('proxy')
notify: