commit
4ec1f3b650
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -33,7 +33,7 @@ The simplest configuration therefore consists of:
|
||||||
- name: Simple Example
|
- name: Simple Example
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: elasticsearch
|
- role: elastic.elasticsearch
|
||||||
es_instance_name: "node1"
|
es_instance_name: "node1"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -107,7 +107,7 @@ The following illustrates applying configuration parameters to an Elasticsearch
|
||||||
- name: Elasticsearch with custom configuration
|
- name: Elasticsearch with custom configuration
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: elasticsearch
|
- role: elastic.elasticsearch
|
||||||
vars:
|
vars:
|
||||||
es_instance_name: "node1"
|
es_instance_name: "node1"
|
||||||
es_data_dirs:
|
es_data_dirs:
|
||||||
|
|
@ -147,7 +147,7 @@ A more complex example:
|
||||||
- name: Elasticsearch with custom configuration
|
- name: Elasticsearch with custom configuration
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- role: elasticsearch
|
- role: elastic.elasticsearch
|
||||||
vars:
|
vars:
|
||||||
es_instance_name: "node1"
|
es_instance_name: "node1"
|
||||||
es_data_dirs:
|
es_data_dirs:
|
||||||
|
|
@ -191,7 +191,7 @@ An example of a two server deployment is shown below. The first server holds th
|
||||||
```yaml
|
```yaml
|
||||||
- hosts: master_nodes
|
- hosts: master_nodes
|
||||||
roles:
|
roles:
|
||||||
- role: elasticsearch
|
- role: elastic.elasticsearch
|
||||||
vars:
|
vars:
|
||||||
es_instance_name: "node1"
|
es_instance_name: "node1"
|
||||||
es_heap_size: "1g"
|
es_heap_size: "1g"
|
||||||
|
|
@ -212,7 +212,7 @@ An example of a two server deployment is shown below. The first server holds th
|
||||||
|
|
||||||
- hosts: data_nodes
|
- hosts: data_nodes
|
||||||
roles:
|
roles:
|
||||||
- role: elasticsearch
|
- role: elastic.elasticsearch
|
||||||
vars:
|
vars:
|
||||||
es_instance_name: "node1"
|
es_instance_name: "node1"
|
||||||
es_data_dirs:
|
es_data_dirs:
|
||||||
|
|
@ -235,7 +235,7 @@ An example of a two server deployment is shown below. The first server holds th
|
||||||
|
|
||||||
- hosts: data_nodes
|
- hosts: data_nodes
|
||||||
roles:
|
roles:
|
||||||
- role: elasticsearch
|
- role: elastic.elasticsearch
|
||||||
vars:
|
vars:
|
||||||
es_instance_name: "node2"
|
es_instance_name: "node2"
|
||||||
es_api_port: 9201
|
es_api_port: 9201
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue