From e5cac49bf5da68efdc7ab0ec73f41a19b3a73e5c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 6 May 2015 12:31:19 -0400 Subject: update elk to use port 4422 for ssh, like the others; re-deploy the dev machines, so their ssh keys changed --- nodes/elk.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nodes') diff --git a/nodes/elk.json b/nodes/elk.json index d309f45..f71c920 100644 --- a/nodes/elk.json +++ b/nodes/elk.json @@ -1,6 +1,9 @@ { - "ip_address": "1.209.122.20", + "ip_address": "1.209.122.21", "services": "couchdb", + "ssh": { + "port": 4422 + }, "tags": [ "development", "seoul" ], -- cgit v1.2.3