2022-01-02 11:50:13 +00:00
|
|
|
# `finallycoffee.service` ansible collection
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This ansible collection is used as a pool of roles with no clear assigned scope,
|
|
|
|
and serves as a catch-all for ansible roles which do not fit into a clear
|
|
|
|
concise area of concern.
|
|
|
|
|
|
|
|
## Roles
|
|
|
|
|
2022-04-16 12:35:07 +00:00
|
|
|
- [`roles/authelia`](roles/authelia/README.md): Deploys an [authelia.com](https://www.authelia.com)
|
|
|
|
instance, an authentication provider with beta OIDC provider support.
|
|
|
|
|
2022-05-01 09:46:47 +00:00
|
|
|
- [`roles/elasticsearch`](roles/elasticsearch/README.md): Deploy [elasticsearch](https://www.docker.elastic.co/r/elasticsearch/elasticsearch-oss),
|
|
|
|
a popular (distributed) search and analytics engine, mostly known by it's
|
|
|
|
letter "E" in the ELK-stack.
|
|
|
|
|
2022-03-17 13:26:16 +00:00
|
|
|
- [`roles/gitea`](roles/gitea/README.md): Deploy [gitea.io](https://gitea.io), a
|
|
|
|
lightweight, self-hosted git service.
|
|
|
|
|
2022-03-17 14:12:56 +00:00
|
|
|
- [`roles/jellyfin`](roles/jellyfin/README.md): Deploy [jellyfin.org](https://jellyfin.org),
|
|
|
|
the free software media system for streaming stored media to any device.
|
|
|
|
|
2022-03-12 10:42:29 +00:00
|
|
|
- [`roles/restic`](roles/restic/README.md): Manage backups using restic
|
|
|
|
and persist them to a configurable backend.
|
2022-01-02 11:51:25 +00:00
|
|
|
|
2022-01-02 13:35:23 +00:00
|
|
|
- [`roles/minio`](roles/minio/README.md): Deploy [min.io](https://min.io), an
|
|
|
|
s3-compatible object storage server, using docker containers.
|
|
|
|
|
2022-01-02 11:50:13 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|