Commit 2df0fe4 1 parent b8d7b88 commit 2df0fe4 Copy full SHA for 2df0fe4
File tree 1 file changed +5
-5
lines changed
ansible/roles/log-es6/tasks/plugins
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
shell : echo "{{ cloud_management_storage_accountname }}" | {{ es_home }}/bin/elasticsearch-keystore add -f s3.client.default.access_key
5
5
no_log : True
6
6
environment :
7
- ES_PATH_CONF : " {{ conf_dir }}"
7
+ ES_PATH_CONF : " {{ es_conf_dir }}"
8
8
9
9
- name : Add default oci account key for backups
10
10
become : yes
11
11
shell : echo "{{ cloud_management_storage_secret }}" | {{ es_home }}/bin/elasticsearch-keystore add -f s3.client.default.secret_key
12
12
no_log : True
13
13
environment :
14
- ES_PATH_CONF : " {{ conf_dir }}"
14
+ ES_PATH_CONF : " {{ es_conf_dir }}"
15
15
16
16
17
17
- name : Add default oci endpoint for backups
18
18
become : yes
19
19
shell : echo "{{ cloud_management_storage_endpoint }}" | {{ es_home }}/bin/elasticsearch-keystore add -f s3.client.default.endpoint
20
20
no_log : True
21
21
environment :
22
- ES_PATH_CONF : " {{ conf_dir }}"
22
+ ES_PATH_CONF : " {{ es_conf_dir }}"
23
23
24
24
- name : Add default oci region for backups
25
25
become : yes
26
26
shell : echo "{{ cloud_management_storage_region }}" | {{ es_home }}/bin/elasticsearch-keystore add -f s3.client.default.region
27
27
no_log : True
28
28
environment :
29
- ES_PATH_CONF : " {{ conf_dir }}"
29
+ ES_PATH_CONF : " {{ es_conf_dir }}"
30
30
31
31
- name : Add default path-style access for backups
32
32
become : yes
33
33
shell : echo "{{ cloud_management_storage_path_style_access }}" | {{ es_home }}/bin/elasticsearch-keystore add -f s3.client.default.path_style_access
34
34
no_log : True
35
35
environment :
36
- ES_PATH_CONF : " {{ conf_dir }}"
36
+ ES_PATH_CONF : " {{ es_conf_dir }}"
You can’t perform that action at this time.
0 commit comments