Set maximum disk usage for systemd-journald
Find a file
2024-11-08 11:24:44 +01:00
defaults Initial commit 2024-11-08 11:24:44 +01:00
handlers Initial commit 2024-11-08 11:24:44 +01:00
meta Initial commit 2024-11-08 11:24:44 +01:00
tasks Initial commit 2024-11-08 11:24:44 +01:00
templates Initial commit 2024-11-08 11:24:44 +01:00
.gitignore Initial commit 2024-11-08 11:24:44 +01:00
README.md Initial commit 2024-11-08 11:24:44 +01:00
systemd-journald-size.yml Initial commit 2024-11-08 11:24:44 +01:00

systemd-journald-size

Set maximum disk usage for systemd-journald

Requirements

  • systemd based Linux distribution with systemd-journald

Role Variables

Defaults:

  • systemd_journald_size: 100M

Dependencies

  • None

Example Playbook

- hosts: all
  roles:
    - role: systemd-journald-size
      when: ansible_service_mgr == 'systemd'

License

AGPL3.0-or-later

Author Information