1
0
forked from finallycoffee/base

feat(minio): add migrated role from finallycoffee.services

This commit is contained in:
2023-07-28 15:23:10 +02:00
parent af0adbcb34
commit 4a2321cbaa
5 changed files with 117 additions and 0 deletions

View File

@ -10,8 +10,14 @@ and configuring basic system utilities like gnupg, ssh etc
letter "E" in the ELK-stack.
- [`git`](roles/git/README.md): configures git on the target system
- [`gnupg`](roles/gnupg/README.md): configures gnupg on the target system
- [`mariadb`](roles/mariadb/README.md): runs [MariaDB Server](https://mariadb.org/), one of the world's most popular open source relational database
- [`minio`](roles/minio/README.md): Deploy [min.io](https://min.io), an
s3-compatible object storage server, using docker containers.
- [`nginx`](roles/nginx/README.md): [nginx](https://www.nginx.com/),
an advanced load balancer, webserver and reverse proxy.