copr: no logstash
This commit is contained in:
parent
762d06787d
commit
99a700be70
2 changed files with 0 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
||||||
#!/usr/bin/sh
|
|
||||||
|
|
||||||
systemctl restart logstash &> /dev/nul
|
|
|
@ -27,7 +27,6 @@
|
||||||
- "bash-completion"
|
- "bash-completion"
|
||||||
- "mod_ssl"
|
- "mod_ssl"
|
||||||
- redis
|
- redis
|
||||||
- logstash
|
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -105,10 +104,6 @@
|
||||||
service: state=started enabled=yes name={{ item }}
|
service: state=started enabled=yes name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- 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
|
- name: set dev banner for dev instance
|
||||||
when: devel
|
when: devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue