forked from ISTI-ansible-roles/ansible-roles
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
|
{{ item.log_dir }}/{{ item.name }}.log {
|
||
|
copytruncate
|
||
|
daily
|
||
|
rotate 10
|
||
|
compress
|
||
|
missingok
|
||
|
create 640 {{ item.user }} adm
|
||
|
}
|