Journald

template

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

Requirements

This role uses only Ansible built-in modules.

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:
    - redhat.rhel_system_roles.journald

License

MIT

Author Information

Michal Sekletar