Skip to content
Snippets Groups Projects
Commit 33a7aedf authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: added missing logrotate configuration

parent 30238689
No related branches found
No related tags found
No related merge requests found
Pipeline #2431 passed
---
- name: logrotate für daemon log konfigurieren
template:
src: "etc/logrotate.d/repair_daemon.j2"
dest: "/etc/logrotate.d/repair_daemon"
owner: "root"
group: "root"
mode: "0400"
\ No newline at end of file
...@@ -23,6 +23,11 @@ ...@@ -23,6 +23,11 @@
import_tasks: configure-nfs-mounts.yml import_tasks: configure-nfs-mounts.yml
tags: [nfs] tags: [nfs]
### CONFIG LOGROTATE
- name: config logrotate
import_tasks: configure-logrotate.yml
tags: [log]
### INSTALLATION REPARATURTOOLS ### ### INSTALLATION REPARATURTOOLS ###
- name: install repairtools - name: install repairtools
import_tasks: install-repair-tools.yml import_tasks: install-repair-tools.yml
......
/var/log/repair/sdvlzarepair/repair_daemon.log {
daily
rotate 9999
create 644 root root
missingok
notifempty
compress
delaycompress
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment