mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
[copr] acl's for logstash
This commit is contained in:
@@ -158,3 +158,6 @@
|
||||
- name: change owner for results dir if it isn't copr
|
||||
shell: "chown -R copr:copr /var/lib/copr/public_html"
|
||||
when: copr_results_dir_st.stat.pw_name != "copr"
|
||||
|
||||
- name: set acl for logstash to access httpd logs
|
||||
acl: name=/var/log/lighttpd entity=logstash etype=user permissions=rx state=present
|
||||
|
||||
@@ -46,5 +46,5 @@
|
||||
- httpd
|
||||
- postgresql
|
||||
|
||||
#- name: set acl for logstash to access httpd logs
|
||||
# acl: name=/var/log/httpd entity=logstash etype=user permissions=rx state=present
|
||||
- name: set acl for logstash to access httpd logs
|
||||
acl: name=/var/log/httpd entity=logstash etype=user permissions=rx state=present
|
||||
|
||||
Reference in New Issue
Block a user