The *elasticsearch* role installs Elasticsearch from the Elastic.co Yum repository and manages basic node configuration.
5 lines
84 B
YAML
5 lines
84 B
YAML
- name: restart elasticsearch
|
|
service:
|
|
name=elasticsearch
|
|
state=restarted
|