]> git.somenet.org - root/pub/somesible.git/blob - roles/base/ansible/autoselfheal/files/default/ansible_autoselfheal.logrotate
[roles/base/ansible/autoselfheal] Setup automatic/periodic selfhealing
[root/pub/somesible.git] / roles / base / ansible / autoselfheal / files / default / ansible_autoselfheal.logrotate
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 /var/log/ansible_autoselfheal.log {
10   rotate 4
11   weekly
12   missingok
13   notifempty
14   copytruncate
15   create 640 ansible root
16 }