update xpack license's url
This commit is contained in:
parent
daa14f687f
commit
fbbb06111d
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
- name: Activate ES license (without shield authentication)
|
- name: Activate ES license (without shield authentication)
|
||||||
uri:
|
uri:
|
||||||
method: PUT
|
method: PUT
|
||||||
url: "http://{{es_api_host}}:{{es_api_port}}/_license?acknowledge=true"
|
url: "http://{{es_api_host}}:{{es_api_port}}/_xpack/license?acknowledge=true"
|
||||||
body_format: json
|
body_format: json
|
||||||
body: "{{ es_xpack_license }}"
|
body: "{{ es_xpack_license }}"
|
||||||
return_content: yes
|
return_content: yes
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
- name: Activate ES license (with shield authentication)
|
- name: Activate ES license (with shield authentication)
|
||||||
uri:
|
uri:
|
||||||
method: PUT
|
method: PUT
|
||||||
url: "http://{{es_api_host}}:{{es_api_port}}/_license?acknowledge=true"
|
url: "http://{{es_api_host}}:{{es_api_port}}/_xpack/license?acknowledge=true"
|
||||||
user: "{{es_api_basic_auth_username}}"
|
user: "{{es_api_basic_auth_username}}"
|
||||||
password: "{{es_api_basic_auth_password}}"
|
password: "{{es_api_basic_auth_password}}"
|
||||||
body_format: json
|
body_format: json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue