Small fixes and improvements (#569)

- add .ruby-version
- update ansible min version
- update ansible galaxy tags
- fix doc and changelog
This commit is contained in:
Julien Mailleret 2019-05-31 08:50:00 +02:00 committed by GitHub
parent 7f5be969e0
commit 25bd09f683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 15 deletions

1
.ruby-version Normal file
View file

@ -0,0 +1 @@
2.3.0

View file

@ -11,7 +11,7 @@
* [#513](https://github.com/elastic/ansible-elasticsearch/pull/513) - @kakoni - Fix typo in elasticsearch-parameters.yml * [#513](https://github.com/elastic/ansible-elasticsearch/pull/513) - @kakoni - Fix typo in elasticsearch-parameters.yml
* [#522](https://github.com/elastic/ansible-elasticsearch/pull/522) - @SlothOfAnarchy - Fix package download URL * [#522](https://github.com/elastic/ansible-elasticsearch/pull/522) - @SlothOfAnarchy - Fix package download URL
* [#526](https://github.com/elastic/ansible-elasticsearch/pull/527) - @Fra-nk - Allow not installing Elasticsearch deb repository key * [#526](https://github.com/elastic/ansible-elasticsearch/pull/526) - @Fra-nk - Allow not installing Elasticsearch deb repository key
* [#527](https://github.com/elastic/ansible-elasticsearch/pull/527) - @katsukamaru - Execute java version check in check mode * [#527](https://github.com/elastic/ansible-elasticsearch/pull/527) - @katsukamaru - Execute java version check in check mode
## 6.5.1.1 - 2018/11/27 ## 6.5.1.1 - 2018/11/27

View file

@ -13,9 +13,9 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedH
* Debian 9 * Debian 9
* CentOS 7 * CentOS 7
The latest Elasticsearch versions of 7.x & 6.x are actively tested. **Only Ansible versions > 2.4.3.0 are supported, as this is currently the only version tested.** The latest Elasticsearch versions of 7.x & 6.x are actively tested.
##### Dependency ## Dependency
This role uses the json_query filter which [requires jmespath](https://github.com/ansible/ansible/issues/24319) on the local machine. This role uses the json_query filter which [requires jmespath](https://github.com/ansible/ansible/issues/24319) on the local machine.
## Usage ## Usage
@ -23,7 +23,7 @@ This role uses the json_query filter which [requires jmespath](https://github.co
Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook. Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook.
```sh ```sh
ansible-galaxy install elastic.elasticsearch,7.0.1 ansible-galaxy install git+https://github.com/elastic/ansible-elasticsearch.git,7f5be969e07173c5697432141e909b6ced5a2e94
``` ```
Then create your playbook yaml adding the role elasticsearch. By default, the user is only required to specify a unique es_instance_name per role application. This should be unique per node. Then create your playbook yaml adding the role elasticsearch. By default, the user is only required to specify a unique es_instance_name per role application. This should be unique per node.

View file

@ -7,7 +7,7 @@ galaxy_info:
description: Elasticsearch for Linux description: Elasticsearch for Linux
company: "Elastic.co" company: "Elastic.co"
license: "license (Apache)" license: "license (Apache)"
min_ansible_version: 2.3.2 min_ansible_version: 2.4.2
platforms: platforms:
- name: EL - name: EL
versions: versions:
@ -19,7 +19,9 @@ galaxy_info:
- name: Ubuntu - name: Ubuntu
versions: versions:
- all - all
categories: - galaxy_tags:
- system - elastic
- elasticsearch
- elk
- logging
dependencies: [] dependencies: []