Skip to content
Snippets Groups Projects
Commit 8325895f authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#3077 Allow to make apache log retention configurable

parent ae5685a8
No related branches found
No related tags found
No related merge requests found
{{ jailroot }}/{{ item.jail.name }}/var/log/apache2/*.log {
daily
rotate 7
rotate {{ item.jail.apache_log_retention_days|default(7) }}
missingok
compress
delaycompress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment