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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T15:02:36.000Z (over 5 years ago)
- Last Synced: 2025-01-11T18:19:26.934Z (4 months 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.journaldLicense
-------BSD
Author Information
------------------[derJD](https://github.com/derJD)