Ansible Role elasticsearch_oss
This role installs and configures a Elasticsearch OSS server.
Note that this role does NOT let you specify a particular Elasticsearch OSS server version. It simply installs the latest available Elasticsearch OSS server version from the repos configured in the system. If you want or need to install a specific Elasticsearch OSS server version, use the linuxfabrik.lfops.repo_elasticsearch_oss beforehand.
Mandatory Requirements
Enable the official elasticsearch oss repository. This can be done using the linuxfabrik.lfops.repo_elasticsearch_oss role.
If you use the elasticsearch playbook, this is automatically done for you.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Automatic index creation allows any index to be created automatically. |
|
|
A descriptive name for your cluster. |
|
|
Enables or disables the elasticsearch oss service, analogous to |
|
Example:
# optional
elasticsearch_oss__action_auto_create_index__host_var: false
elasticsearch_oss__cluster_name__host_var: 'my-cluster'
elasticsearch_oss__service_enabled: false