Skip to content

An Ansible role that manages Loki Docker container with systemd on Raspberry Pi OS

License

Notifications You must be signed in to change notification settings

escalate/ansible-raspberry-loki-docker

Repository files navigation

Test

Ansible Role: Raspberry - Loki (Docker)

An Ansible role that manages Loki Docker container with systemd on Raspberry Pi OS (Debian Bookworm).

Role Variables

Please see defaults/main.yml for a complete list of variables that can be overridden.

Dependencies

This role relies on the following dependencies:

Installation

$ ansible-galaxy role install escalate.loki

Example Playbook

- hosts: all
  roles:
    - role: escalate.loki
      tags: loki

License

MIT