mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
18 lines
305 B
Django/Jinja
18 lines
305 B
Django/Jinja
/var/log/httpd/*log
|
|
{% if ansible_hostname.startswith("kojipkgs") %}
|
|
/var/log/httpd/*.log.????-??-??
|
|
{% endif %}
|
|
{
|
|
daily
|
|
rotate 7
|
|
missingok
|
|
ifempty
|
|
compress
|
|
compresscmd /usr/bin/xz
|
|
uncompresscmd /usr/bin/xz
|
|
compressext .xz
|
|
dateext
|
|
sharedscripts
|
|
copytruncate
|
|
}
|