mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 14:13:19 +02:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
![]() |
- type: log
|
||
|
enabled: True
|
||
|
paths:
|
||
|
{% if ansible_os_family == 'RedHat' %}
|
||
|
- /var/log/yum.log
|
||
|
{% elif ansible_os_family == 'Debian' %}
|
||
|
- /var/log/dpkg.log
|
||
|
- /var/log/apt/*.log
|
||
|
- /var/log/alternatives.log
|
||
|
{% endif %}
|
||
|
exclude_files:
|
||
|
- '\.[gx]z$'
|
||
|
- '\d+$'
|