copr: no logstash

This commit is contained in:
clime 2017-07-19 19:03:37 +02:00
parent 762d06787d
commit 99a700be70
2 changed files with 0 additions and 8 deletions

View file

@ -1,3 +0,0 @@
#!/usr/bin/sh
systemctl restart logstash &> /dev/nul

View file

@ -27,7 +27,6 @@
- "bash-completion"
- "mod_ssl"
- redis
- logstash
tags:
- packages
@ -105,10 +104,6 @@
service: state=started enabled=yes name={{ item }}
with_items:
- httpd
- logstash
- name: set acl for logstash to access httpd logs
acl: name=/var/log/httpd entity=logstash etype=user permissions=rx state=present
- name: set dev banner for dev instance
when: devel