diff options
author | Jonathan Bauer | 2021-05-19 10:19:38 +0200 |
---|---|---|
committer | Jonathan Bauer | 2021-05-19 10:19:38 +0200 |
commit | f2fb009e54e05dcfdd6b745b7d5316d266c6add9 (patch) | |
tree | 31bdc0145fc186b1bdf8caadd3cd744fea206a40 /journald | |
parent | [mltk-vmware] mltk vmware addon (diff) | |
download | ansible-bwlp-f2fb009e54e05dcfdd6b745b7d5316d266c6add9.tar.gz ansible-bwlp-f2fb009e54e05dcfdd6b745b7d5316d266c6add9.tar.xz ansible-bwlp-f2fb009e54e05dcfdd6b745b7d5316d266c6add9.zip |
[*] volatile journald and sysrq config
Diffstat (limited to 'journald')
-rw-r--r-- | journald/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |