Skip to content

Commit 53d083c

Browse files
author
Doug Hatcher
committed
sets the correct es vars
1 parent 28ac500 commit 53d083c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/_global.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ definitions:
8686
- name: es-host
8787
type: string
8888
description: hostname to elasticsearch service
89-
default: 127.0.0.1
89+
default: localhost
9090

9191
- name: es-port
9292
type: string
9393
description: port to elasticsearch service
94-
default: elasticsearch
94+
default: "9200"
9595

9696
- name: install-firstname
9797
type: string

0 commit comments

Comments
 (0)