Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/escalate/ansible-raspberry-loki-docker

An Ansible role that manages Loki Docker container with systemd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-loki-docker

ansible ansible-role container docker log logfile logfiles logging logs loki raspberry raspberry-pi raspberrypi self-hosted selfhosted systemd

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Test](https://github.com/escalate/ansible-raspberry-loki-docker/actions/workflows/test.yml/badge.svg?branch=master&event=push)](https://github.com/escalate/ansible-raspberry-loki-docker/actions/workflows/test.yml)

# Ansible Role: Raspberry - Loki (Docker)

An Ansible role that manages [Loki](https://grafana.com/oss/loki/) Docker container with systemd on Raspberry Pi OS (Debian Bookworm).

## Role Variables

Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-loki-docker/blob/master/defaults/main.yml) for a complete list of variables that can be overridden.

## Dependencies

This role relies on the following dependencies:

* Roles: [requirements.yml](https://github.com/escalate/ansible-raspberry-loki-docker/blob/master/requirements.yml)
* Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-loki-docker/blob/master/requirements.yml)

## Installation

```
$ ansible-galaxy role install escalate.loki
```

## Example Playbook

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

## License

MIT