From 0e1a73b18f3756ad31a3ad50029335bcde51edb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 22 Jan 2021 18:34:52 +0100 Subject: [PATCH] Set the private Zerotier IP for draco in the node file --- nodes/draco.kosmos.org.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/draco.kosmos.org.json b/nodes/draco.kosmos.org.json index ece1685..927c64d 100644 --- a/nodes/draco.kosmos.org.json +++ b/nodes/draco.kosmos.org.json @@ -2,7 +2,7 @@ "name": "draco.kosmos.org", "normal": { "knife_zero": { - "host": "draco.kosmos.org" + "host": "10.1.1.167" } }, "automatic": { @@ -72,4 +72,4 @@ "recipe[kosmos_zerotier::firewall]", "recipe[kosmos-nginx::firewall]" ] -} \ No newline at end of file +}