Ansible Role repo_elasticsearch_oss
This role deploys the Elasticsearch OSS Repository. OSS is an alternative package which contains only features that are available under the Apache 2.0 license.
Warning: Regarding Graylog we caution you not to install or upgrade Elasticsearch to 7.11 and later! It is not supported. If you do so, it will break your instance! Use Elasticsearch 6.x or 7.10.2-1 max.
Mandatory Role Variables
Variable |
Description |
---|---|
|
The Elasticsearch OSS repo version to install. One of |
Example:
# mandatory
repo_elasticsearch_oss__version__host_var: '7.x'
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_elasticsearch_oss__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_elasticsearch_oss__mirror_url: 'https://mirror.example.com'