Add es_license_api variable
This commit is contained in:
parent
9b427f148d
commit
70143c6327
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- name: Activate ES trial license (with security authentication)
|
||||
uri:
|
||||
method: POST
|
||||
url: "{{ es_api_uri }}/_{{ 'xpack/' if es_version is version_compare('7.0.0', '<') else '' }}license/start_trial?acknowledge=true"
|
||||
url: "{{ es_api_uri }}/{{ es_license_api }}/start_trial?acknowledge=true"
|
||||
user: "{{es_api_basic_auth_username | default(omit)}}"
|
||||
password: "{{es_api_basic_auth_password | default(omit)}}"
|
||||
return_content: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue