Journald



ansible-lint.yml ansible-test.yml markdownlint.yml woke.yml

This role provides an easy way to configure systemd-journald logging service.

Role Variables

Role allows system administrator to configure basic systemd-journald settings, through following set of variables which form role's public API.

Example Playbook

- hosts: all
  vars:
    journald_persistent: true
    journald_max_disk_size: 2048
    journald_per_user: true
    journald_sync_interval: 1
  roles:
    - linux-system-roles.journald

License

MIT

Author Information

Michal Sekletar