Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

StoneSoupKitchen/ansible-role-journald

Repository files navigation

CI

Ansible role: journald

An Ansible role for configuring journald.

Requirements

Supported operating systems:

  • Debian 10 (Buster)
  • Debian 11 (Bullseye)

Role Variables

The following table lists all variables that can be overridden and their default values.

Name Default Value Description
journald_package systemd-journal-remote Name of the journald package. Use name=ver format to pin.
journald_package_state present Installation state for the journald package.

Examples

- hosts: all
  roles:
    - stonesoupkitchen.journald

Development

A Makefile is included for easier development with pipenv. After cloning this repository, use the following commands to set up an environment.

pipenv install --dev

To lint your changes with ansible-lint:

make lint

To run tests with molecule:

make test

License

See LICENSE.