Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.16 KB

README.md

File metadata and controls

73 lines (47 loc) · 2.16 KB

Ansible role journald

GitHub GitHub last commit GitHub issues

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)

collections:
  - name: community.general

roles: []

Supported Platforms

OS Family Distribution Version Container Image
RedHat AlmaLinux latest jomrr/molecule-almalinux:latest
Archlinux Archlinux latest jomrr/molecule-archlinux:latest
Debian Debian latest jomrr/molecule-debian:latest
RedHat Fedora latest jomrr/molecule-fedora:latest
Suse OpenSuse Leap latest jomrr/molecule-opensuse-leap:latest
Debian Ubuntu latest jomrr/molecule-ubuntu:latest

Role Variables

No role default variables specified, see 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.

---
# 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
  • 🚩 Copyright:: 2024, Jonas Mauer
  • 📃 License:: MIT