Disable journald-remote playbook

The journald-remote playbook is disabled by default until
https://github.com/systemd/systemd/issues/2376 has been
incorporated in current systemd packages.

Change-Id: Ie70729eaad095b52813610b94c6618c84b05c148
Closes-Bug: #1853198
This commit is contained in:
Bjoern Teipel 2019-11-19 15:05:56 -06:00
parent 18a1ad196c
commit 1bd21d80e4
2 changed files with 18 additions and 0 deletions

View File

@ -24,4 +24,9 @@
- import_playbook: etcd-install.yml
- import_playbook: ceph-install.yml
- import_playbook: rsyslog-install.yml
# The journald-remote should be disabled by default until
# https://github.com/systemd/systemd/issues/2376 has been
# incorporated in current systemd packages
- import_playbook: infra-journal-remote.yml
when: journald_remote_enabled | default (false) | bool

View File

@ -0,0 +1,13 @@
---
issues:
- |
The journald-remote is disabled from execution inside setup-infrastructure until
https://github.com/systemd/systemd/issues/2376 has been incorporated in current
systemd packages.
The playbook can be enabled by setting ``journald_remote_enabled`` to ``True``
upgrade:
- |
The journald-remote playbook is disabled from execution inside
setup-infrastructure until setting ``journald_remote_enabled`` is set to ``True``
due to https://github.com/systemd/systemd/issues/2376