mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Initial Shield Files
This commit is contained in:
@@ -12,6 +12,7 @@ es_templates: false
|
|||||||
es_user: elasticsearch
|
es_user: elasticsearch
|
||||||
es_group: elasticsearch
|
es_group: elasticsearch
|
||||||
es_config: {}
|
es_config: {}
|
||||||
|
es_install_shield: false
|
||||||
#Need to provide default directories
|
#Need to provide default directories
|
||||||
es_pid_dir: "/var/run/elasticsearch"
|
es_pid_dir: "/var/run/elasticsearch"
|
||||||
es_data_dirs: "/var/lib/elasticsearch"
|
es_data_dirs: "/var/lib/elasticsearch"
|
||||||
|
|||||||
3
tasks/elasticsearch-shield.yml
Normal file
3
tasks/elasticsearch-shield.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
@@ -24,6 +24,8 @@
|
|||||||
when: es_plugins is defined or es_plugins_reinstall
|
when: es_plugins is defined or es_plugins_reinstall
|
||||||
tags:
|
tags:
|
||||||
- plugins
|
- plugins
|
||||||
|
- include: elasticsearch-shield.yml
|
||||||
|
when: es_install_shield
|
||||||
- include: elasticsearch-service.yml
|
- include: elasticsearch-service.yml
|
||||||
tags:
|
tags:
|
||||||
- service
|
- service
|
||||||
|
|||||||
Reference in New Issue
Block a user