From f2fb009e54e05dcfdd6b745b7d5316d266c6add9 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 19 May 2021 10:19:38 +0200 Subject: [*] volatile journald and sysrq config --- journald/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 journald/tasks/main.yml (limited to 'journald') diff --git a/journald/tasks/main.yml b/journald/tasks/main.yml new file mode 100644 index 0000000..6397115 --- /dev/null +++ b/journald/tasks/main.yml @@ -0,0 +1,8 @@ +--- +- name: Set journald to volatile storage + ini_file: + dest: "/etc/systemd/journald.conf" + section: Journal + option: Storage + value: volatile + no_extra_spaces: yes -- cgit v1.2.3-55-g7522