Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 673 Bytes

systemd_journald

Configure systemd-journald.

Links

Variables

  • systemd_journald_configs (type=[], mandatory) - List of objects with struct {filename: "", content: ""}, where filename - filename in /etc/systemd/journald.conf.d/ and content - multiline string with config file content.

Examples

systemd_journald_configs:
  - filename: storage.conf
    content: |
      [Journal]
      Storage=persistent
      Compress=yes
      SystemMaxUse=10G
      RuntimeMaxUse=1G