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: about 1 month ago
JSON representation
An Ansible role that manages Loki Docker container with systemd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-loki-docker
- Owner: escalate
- License: mit
- Created: 2021-10-09T17:39:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T10:22:53.000Z (11 months ago)
- Last Synced: 2025-03-16T11:27:56.212Z (11 months ago)
- Topics: ansible, ansible-role, container, docker, log, logfile, logfiles, logging, logs, loki, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, systemd
- Language: Jinja
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](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