bitcoiner.social/ansible/playbooks/host_tasks/garchomp.bitcoiner.social/strfry/logrotate.yml

19 lines
366 B
YAML
Raw Permalink Normal View History

---
- name: Install logrotate
ansible.builtin.package:
name: logrotate
state: present
- name: Rotate strfry plugin logs
ansible.builtin.blockinfile:
path: /etc/logrotate.d/strfry
state: present
create: true
block: |
/var/lib/strfry/plugin/plugin.log {
daily
rotate 3
create
truncate
}