mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Update package.yml
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Elasticsearch Package test intiial
|
||||
- name: Elasticsearch Package test intial
|
||||
hosts: localhost
|
||||
roles:
|
||||
- { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" }
|
||||
@@ -26,4 +26,4 @@
|
||||
es_api_port: 9200
|
||||
es_plugins:
|
||||
- plugin: ingest-attachment
|
||||
- plugin: ingest-geoip
|
||||
- plugin: ingest-geoip
|
||||
|
||||
Reference in New Issue
Block a user