Warning
This standalone Ansible Galaxy role has been deprecated and replaced with a systemd_journald
role belonging to the Ansible Collection companieshouse.general.
An Ansible Galaxy role for configuring systemd-journald.
All configuration is managed through group/host variables. The following variables should be defined to override defaults where necessary:
Name | Default | Description |
---|---|---|
systemd_journald_storage_mode |
persistent |
Controls where to store journal data. One of volatile , persistent , auto and none . See journald.conf(5) for more information. |
- src: https://github.com/companieshouse/ansible-role-systemd-journald
name: systemd-journald
version: "n.n.n"
- hosts: servers
roles:
- systemd-journald
This project is subject to the terms of the MIT License.