Initial Shield Files
This commit is contained in:
parent
1029dc4680
commit
0d80dde1ef
3 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue