meta: deprecate elasticsearch role
This commit is contained in:
parent
3b9d6e19da
commit
4e8cc9bcf2
@ -5,9 +5,10 @@
|
|||||||
This ansible collection provides various roles for installing
|
This ansible collection provides various roles for installing
|
||||||
and configuring basic system utilities like gnupg, ssh etc
|
and configuring basic system utilities like gnupg, ssh etc
|
||||||
|
|
||||||
- [`elasticsearch`](roles/elasticsearch/README.md): Deploy [elasticsearch](https://www.docker.elastic.co/r/elasticsearch/elasticsearch-oss),
|
- DEPRECATED: [`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
|
a popular (distributed) search and analytics engine, mostly known by it's
|
||||||
letter "E" in the ELK-stack.
|
letter "E" in the ELK-stack.
|
||||||
|
This role has been moved to the `finallycoffee.databases.elasticsearch` ansible collection.
|
||||||
|
|
||||||
- [`git`](roles/git/README.md): configures git on the target system
|
- [`git`](roles/git/README.md): configures git on the target system
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@ repository: https://git.finally.coffee/finallycoffee/base
|
|||||||
issues: https://codeberg.org/finallycoffee/ansible-collection-base/issues
|
issues: https://codeberg.org/finallycoffee/ansible-collection-base/issues
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
- elastic
|
|
||||||
- lego
|
- lego
|
||||||
- minio
|
- minio
|
||||||
- nginx
|
- nginx
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
- name: Warn about deprecation and move of role
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: >-2
|
||||||
|
This ansible role has been moved to the finallycoffee.databases
|
||||||
|
ansible collection and will no longer be maintained here!
|
||||||
|
|
||||||
- name: Ensure host directories are present
|
- name: Ensure host directories are present
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user