Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.47 KB

Warning

This standalone Ansible Galaxy role has been deprecated and replaced with a systemd_journald role belonging to the Ansible Collection companieshouse.general.

Ansible Role: systemd-journald

An Ansible Galaxy role for configuring systemd-journald.

Table of contents

Configuration

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.

Example Requirements File

- src: https://github.com/companieshouse/ansible-role-systemd-journald
  name: systemd-journald
  version: "n.n.n"

Example Playbook

    - hosts: servers
      roles:
        - systemd-journald

License

This project is subject to the terms of the MIT License.