Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escalate/ansible-raspberry-promtail-docker
An Ansible role that manages Promtail Docker container with systemd on Raspberry Pi OS
https://github.com/escalate/ansible-raspberry-promtail-docker
ansible ansible-role container docker log logfile logfiles logging logs loki promtail raspberry raspberry-pi raspberrypi self-hosted selfhosted systemd
Last synced: 27 days ago
JSON representation
An Ansible role that manages Promtail Docker container with systemd on Raspberry Pi OS
- Host: GitHub
- URL: https://github.com/escalate/ansible-raspberry-promtail-docker
- Owner: escalate
- License: mit
- Created: 2021-10-11T11:11:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T12:57:47.000Z (10 months ago)
- Last Synced: 2024-02-27T12:26:33.466Z (10 months ago)
- Topics: ansible, ansible-role, container, docker, log, logfile, logfiles, logging, logs, loki, promtail, raspberry, raspberry-pi, raspberrypi, self-hosted, selfhosted, systemd
- Language: Jinja
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Test](https://github.com/escalate/ansible-raspberry-promtail-docker/actions/workflows/test.yml/badge.svg?branch=master&event=push)](https://github.com/escalate/ansible-raspberry-promtail-docker/actions/workflows/test.yml)
# Ansible Role: Raspberry - Promtail (Docker)
An Ansible role that manages [Promtail](https://grafana.com/docs/loki/latest/clients/promtail/) Docker container with systemd on Raspberry Pi OS (Debian Bookworm).
## Role Variables
Please see [defaults/main.yml](https://github.com/escalate/ansible-raspberry-promtail-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-promtail-docker/blob/master/requirements.yml)
* Collections: [requirements.yml](https://github.com/escalate/ansible-raspberry-promtail-docker/blob/master/requirements.yml)## Installation
```
$ ansible-galaxy role install escalate.promtail
```## Example Playbook
```
- hosts: all
roles:
- role: escalate.promtail
tags: promtail
```## License
MIT