mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
- 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+$'
|
Reference in New Issue
Block a user