meta: deprecate mariadb role

This commit is contained in:
transcaffeine 2024-10-29 17:49:00 +01:00
parent c847046720
commit 3b9d6e19da
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
3 changed files with 9 additions and 2 deletions

View File

@ -16,7 +16,9 @@ and configuring basic system utilities like gnupg, ssh etc
- [`lego`](roles/lego/README.md): runs [lego (LetsEncrypt Go)](https://github.com/go-acme/lego),
a ACME client written in go, using systemd (timers). Multi-instance capable.
- [`mariadb`](roles/mariadb/README.md): runs [MariaDB Server](https://mariadb.org/), one of the world's most popular open source relational database
- 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`.
- [`minio`](roles/minio/README.md): Deploy [min.io](https://min.io), an
s3-compatible object storage server, using docker containers.

View File

@ -16,7 +16,6 @@ tags:
- docker
- elastic
- lego
- mariadb
- minio
- nginx
- restic

View File

@ -1,4 +1,10 @@
---
- name: Warn about deprecation
ansible.builtin.debug:
msg: >-2
This ansible role is moved to the finallycoffee.databases collection
and will be removed soon!
- name: Ensure mariadb container image '{{ mariadb_container_image }}' is {{ mariadb_state }}
community.docker.docker_image:
name: "{{ mariadb_container_image }}"