Journald



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

Requirements

See below

Collection requirements

If you want to manage rpm-ostree systems with this role, you will need to install additional collections. Please run the following command line to install them:

ansible-galaxy collection install -vv -r meta/collection-requirements.yml

Role Variables

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

NOTE: The following settings apply to both persistent and volatile modes unless otherwise indicated.

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

rpm-ostree

See README-ostree.md

License

MIT

Author Information

Michal Sekletar