update xpack license's url

This commit is contained in:
Thierno IB. BARRY 2016-09-19 18:39:32 +02:00
parent daa14f687f
commit fbbb06111d

View file

@ -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