openstack-ansible-openstack.../releasenotes/notes/journald_config-e3b0e5060dd5f6e7.yaml
Dmitriy Rabotyagov 65f28c5bb4 Add ability to define a config for journald
At the moment we aim to make systemd-journald a universal destination
for log files across services. With that there is currently no way
of configuring journald using OSA. While this might be
neat for production deployments, it's very valuable to have for CI
as well.

Change-Id: I70a8c9266cb12811a58f5a183955dbec319e539f
2023-08-22 08:25:21 +00:00

6 lines
159 B
YAML

---
features:
- |
Added variable ``openstack_host_journald_config`` that allows to supply
arbitrary configuration for systemd-journald as a mapping.