Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudo-tiz/ansible-role-promtail
https://github.com/sudo-tiz/ansible-role-promtail
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudo-tiz/ansible-role-promtail
- Owner: sudo-Tiz
- License: agpl-3.0
- Created: 2024-01-21T10:19:16.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T08:15:44.000Z (12 months ago)
- Last Synced: 2024-02-06T09:28:57.125Z (12 months ago)
- Language: Jinja
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Promtail Ansible Role
**WIP role, use with caution**This is an [Ansible](https://www.ansible.com/) role which installs [Promtail](https://grafana.com/oss/promtail/) to run as a [Docker](https://www.docker.com/) container wrapped in a systemd service.
This role *implicitly* depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)Check [defaults/main.yml](defaults/main.yml) for the full list of supported options.
For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).