Add docs on running the role with 8.X (#847)
* Add doc on 8.x support * Updating top level readme
This commit is contained in:
parent
ff5f1b3ad1
commit
af05c6470e
2 changed files with 123 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -1,7 +1,10 @@
|
|||
# ARCHIVED
|
||||
|
||||
This project is no longer maintained. For alternative getting started
|
||||
experiences, you may want to try one of these options:
|
||||
This project is no longer maintained.
|
||||
|
||||
You are welcomed to keep using it and adapting it to work for your own needs, including with Elasticsearch [8.x](docs/8x-support.md).
|
||||
|
||||
For alternative getting started experiences, you may want to try one of these options:
|
||||
|
||||
- Start a [free trial on Elastic Cloud](https://www.elastic.co/cloud/elasticsearch-service/signup), our hosted service.
|
||||
- Take a look at [Elastic Cloud on Kubernetes (ECK)](https://elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html) for launching the stack via Kubernetes.
|
||||
|
|
@ -9,13 +12,12 @@ experiences, you may want to try one of these options:
|
|||
- Take a look at the [Elastic Stack Terraform provider.](https://github.com/elastic/terraform-provider-elasticstack)
|
||||
|
||||
# ansible-elasticsearch
|
||||
[](https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+main/)
|
||||
[](https://galaxy.ansible.com/elastic/elasticsearch/)
|
||||
|
||||
|
||||
**THIS ROLE IS FOR 7.x & 6.x**
|
||||
**THIS ROLE IS FOR 7.x & 6.x**, but should still work with 8.x (see [note](docs/8x-support.md)).
|
||||
|
||||
Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are:
|
||||
Ansible role for 7.x/6.x Elasticsearch - tests used to run and pass on the below platforms:
|
||||
|
||||
* Ubuntu 16.04
|
||||
* Ubuntu 18.04
|
||||
|
|
@ -26,8 +28,6 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedH
|
|||
* CentOS 7
|
||||
* Amazon Linux 2
|
||||
|
||||
The latest Elasticsearch versions of 7.x & 6.x are actively tested.
|
||||
|
||||
## BREAKING CHANGES
|
||||
|
||||
### Notice about multi-instance support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue