Use explicit path for kibana.yml
This commit is contained in:
parent
bbcbd02fd6
commit
6443e3a08c
2
roles/opendistro/opendistro-kibana/tasks/main.yml
Normal file → Executable file
2
roles/opendistro/opendistro-kibana/tasks/main.yml
Normal file → Executable file
@ -75,7 +75,7 @@
|
|||||||
- not build_from_sources
|
- not build_from_sources
|
||||||
|
|
||||||
- name: Kibana optimization (can take a while)
|
- name: Kibana optimization (can take a while)
|
||||||
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize
|
shell: /usr/share/kibana/node/bin/node {{ node_options }} /usr/share/kibana/src/cli --optimize -c {{ kibana_conf_path }}/kibana.yml
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user