Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomrr/ansible-role-journald
Ansible role to configure systemd-journald.
https://github.com/jomrr/ansible-role-journald
ansible journald logs systemd-journald
Last synced: 18 days ago
JSON representation
Ansible role to configure systemd-journald.
- Host: GitHub
- URL: https://github.com/jomrr/ansible-role-journald
- Owner: jomrr
- License: mit
- Created: 2024-07-02T14:59:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T13:24:16.000Z (4 months ago)
- Last Synced: 2024-10-10T22:13:35.346Z (about 1 month ago)
- Topics: ansible, journald, logs, systemd-journald
- Language: Jinja
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role journald
![GitHub](https://img.shields.io/github/license/jomrr/ansible-role-journald) ![GitHub last commit](https://img.shields.io/github/last-commit/jomrr/ansible-role-journald) ![GitHub issues](https://img.shields.io/github/issues-raw/jomrr/ansible-role-journald)
**Ansible role to configure systemd-journald.**
## Description
This Ansible role installs and configures journald on supported platforms.
## Prerequisites
This role has no special prerequisites.
### System packages (Fedora)
- `python3` (>= 3.9)
### Python (requirements.txt)
- ansible >= 2.15
## Dependencies (requirements.yml)
```yaml
collections:
- name: community.generalroles: []
```## Supported Platforms
| OS Family | Distribution | Version | Container Image |
|-----------|--------------|---------|-----------------|
| RedHat | AlmaLinux | latest | [jomrr/molecule-almalinux:latest]( https://hub.docker.com/r/jomrr/molecule-almalinux ) |
| Archlinux | Archlinux | latest | [jomrr/molecule-archlinux:latest]( https://hub.docker.com/r/jomrr/molecule-archlinux ) |
| Debian | Debian | latest | [jomrr/molecule-debian:latest]( https://hub.docker.com/r/jomrr/molecule-debian ) |
| RedHat | Fedora | latest | [jomrr/molecule-fedora:latest]( https://hub.docker.com/r/jomrr/molecule-fedora ) |
| Suse | OpenSuse Leap | latest | [jomrr/molecule-opensuse-leap:latest]( https://hub.docker.com/r/jomrr/molecule-opensuse-leap ) |
| Debian | Ubuntu | latest | [jomrr/molecule-ubuntu:latest]( https://hub.docker.com/r/jomrr/molecule-ubuntu ) |## Role Variables
No role default variables specified, see [defaults/main.yml](defaults/main.yml).
## Example Playbook
Example playbooks(s) that show how to use this role.
## Simple example playbook
A simple default example playbook for using jomrr.journald.
```yaml
---
# name: "jomrr.journald"
# file: "playbook_journald.yml"- name: "PLAYBOOK | journald"
hosts: "journald_hosts"
gather_facts: true
roles:
- role: "jomrr.journald"
```## Author(s) and License
- :octocat: Author:: [jomrr](https://github.com/jomrr)
- :triangular_flag_on_post: Copyright:: 2024, Jonas Mauer
- :page_with_curl: License:: [MIT](LICENSE)---