2022-08-18 19:26:43 +00:00
|
|
|
# `finallycoffee.base` ansible collection
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This ansible collection provides various roles for installing
|
|
|
|
and configuring basic system utilities like gnupg, ssh etc
|
|
|
|
|
2024-10-29 16:53:16 +00:00
|
|
|
- DEPRECATED: [`elasticsearch`](roles/elasticsearch/README.md): Deploy [elasticsearch](https://www.docker.elastic.co/r/elasticsearch/elasticsearch-oss),
|
2023-07-28 13:18:08 +00:00
|
|
|
a popular (distributed) search and analytics engine, mostly known by it's
|
|
|
|
letter "E" in the ELK-stack.
|
2024-10-29 16:53:16 +00:00
|
|
|
This role has been moved to the `finallycoffee.databases.elasticsearch` ansible collection.
|
2023-07-28 13:18:08 +00:00
|
|
|
|
2023-07-26 17:58:21 +00:00
|
|
|
- [`git`](roles/git/README.md): configures git on the target system
|
2023-07-28 13:23:10 +00:00
|
|
|
|
2023-07-26 17:59:50 +00:00
|
|
|
- [`gnupg`](roles/gnupg/README.md): configures gnupg on the target system
|
2023-07-28 13:23:10 +00:00
|
|
|
|
2024-09-21 09:36:21 +00:00
|
|
|
- [`lego`](roles/lego/README.md): runs [lego (LetsEncrypt Go)](https://github.com/go-acme/lego),
|
2024-09-21 08:57:46 +00:00
|
|
|
a ACME client written in go, using systemd (timers). Multi-instance capable.
|
|
|
|
|
2024-10-29 16:49:00 +00:00
|
|
|
- DEPRECATED: [`mariadb`](roles/mariadb/README.md): runs [MariaDB Server](https://mariadb.org/),
|
|
|
|
one of the world's most popular open source relational database.
|
|
|
|
Moved to `finallycoffee.databases.mariadb`.
|
2023-07-28 13:23:10 +00:00
|
|
|
|
|
|
|
- [`minio`](roles/minio/README.md): Deploy [min.io](https://min.io), an
|
|
|
|
s3-compatible object storage server, using docker containers.
|
|
|
|
|
2023-07-26 17:39:14 +00:00
|
|
|
- [`nginx`](roles/nginx/README.md): [nginx](https://www.nginx.com/),
|
|
|
|
an advanced load balancer, webserver and reverse proxy.
|
|
|
|
|
2023-07-28 13:33:18 +00:00
|
|
|
- [`restic`](roles/restic/README.md): Manage backups using restic
|
|
|
|
and persist them to a configurable backend.
|
|
|
|
|
2024-09-21 08:57:46 +00:00
|
|
|
- [`powerdns_tsig_key`](roles/powerdns_tsig_key/README.md): Simple ansible role
|
|
|
|
for generating TSIG keys in PowerDNS.
|
|
|
|
|
2022-08-18 19:26:43 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|