meta: deprecate mariadb role
This commit is contained in:
parent
c847046720
commit
3b9d6e19da
@ -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),
|
- [`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.
|
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
|
- [`minio`](roles/minio/README.md): Deploy [min.io](https://min.io), an
|
||||||
s3-compatible object storage server, using docker containers.
|
s3-compatible object storage server, using docker containers.
|
||||||
|
@ -16,7 +16,6 @@ tags:
|
|||||||
- docker
|
- docker
|
||||||
- elastic
|
- elastic
|
||||||
- lego
|
- lego
|
||||||
- mariadb
|
|
||||||
- minio
|
- minio
|
||||||
- nginx
|
- nginx
|
||||||
- restic
|
- restic
|
||||||
|
@ -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 }}
|
- name: Ensure mariadb container image '{{ mariadb_container_image }}' is {{ mariadb_state }}
|
||||||
community.docker.docker_image:
|
community.docker.docker_image:
|
||||||
name: "{{ mariadb_container_image }}"
|
name: "{{ mariadb_container_image }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user