wait for startup added

This commit is contained in:
Dale McDiarmid 2017-01-17 12:00:49 +00:00
parent 2c6d812bd5
commit b6b9d19082
7 changed files with 16 additions and 5 deletions

View file

@ -6,6 +6,7 @@
"xpack.security.authc.realms.file1.type": "file","xpack.security.authc.realms.file1.order": 0, "xpack.security.authc.realms.native1.type": "native","xpack.security.authc.realms.native1.order": 1 },
es_instance_name: "security_node" }
vars:
es_heap_size: "1g"
es_templates: true
es_enable_xpack: true
es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}"