From 1859f62813f0c586ea49f912944fb25efd60520f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 23 Mar 2026 22:22:36 -0500 Subject: Fixed log rotation and log2ram sizing. --- rpi-base/tasks/main.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'rpi-base/tasks') diff --git a/rpi-base/tasks/main.yaml b/rpi-base/tasks/main.yaml index 390134a..c9626b6 100644 --- a/rpi-base/tasks/main.yaml +++ b/rpi-base/tasks/main.yaml @@ -40,6 +40,15 @@ become: yes copy: src="20auto-upgrades" dest="/etc/apt/apt.conf.d/20auto-upgrades" +- name: configure logrotate + become: yes + copy: src="logrotate.conf" dest="/etc/logrotate.conf" + +- name: configure journald max size + become: yes + copy: src="journald.conf" dest="/etc/systemd/journald.conf" + notify: restart journald + - name: configure log2ram disk size become: yes lineinfile: -- cgit v1.2.3