fix proxy playbooks to not install nonexistant nagios script
This commit is contained in:
parent
456d0f9809
commit
cf5f321f56
2 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue