Add xpack license for issue-test since security is not available in the

trial license
This commit is contained in:
Michael Russell 2018-06-14 18:41:41 +02:00
parent dce98bbd34
commit 3ab3b1d05c
No known key found for this signature in database
GPG key ID: A90C1696496085FE
3 changed files with 8 additions and 7 deletions

View file

@ -10,6 +10,7 @@
roles:
- role: elasticsearch
es_instance_name: "security_node"
es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}"
es_config:
xpack.security.enabled: True
xpack.security.authc.realms.file1.type: "file"