Skip to content

magna-z/ansible-role-systemd-journald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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