https://github.com/derjd/ansible-journald
Ansible role managing systemds journald configuration
https://github.com/derjd/ansible-journald
ansible ansible-role journald role
Last synced: 2 months ago
JSON representation
Ansible role managing systemds journald configuration
- Host: GitHub
- URL: https://github.com/derjd/ansible-journald
- Owner: derJD
- Created: 2019-08-04T15:01:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T15:02:36.000Z (almost 7 years ago)
- Last Synced: 2025-03-01T03:25:03.691Z (over 1 year ago)
- Topics: ansible, ansible-role, journald, role
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
journald
========
Managing content of [journald.conf](https://www.freedesktop.org/software/systemd/man/journald.conf.html) and reload journald on change.
Requirements
------------
All you need is a system with systemd.
Role Variables
--------------
| Variable | Type | Default | Description |
| -------- | ---- | ------- | ----------- |
| `journald_options` | dict | `{Storage: persistent, SystemMaxUse: 4G}` | Dict accepting all values described in [journald.conf](https://www.freedesktop.org/software/systemd/man/journald.conf.html) |
Dependencies
------------
No dependencies so far.
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- derJD.journald
License
-------
BSD
Author Information
------------------
[derJD](https://github.com/derJD)