Add xpack license for issue-test since security is not available in the
trial license
This commit is contained in:
parent
dce98bbd34
commit
3ab3b1d05c
3 changed files with 8 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue