From 9813a31883f6bd4b3524f342d0298a396b32c099 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 4 Mar 2022 15:49:28 +0100 Subject: [PATCH] add the k3s servers to the update script --- scripts/remote_switch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remote_switch.sh b/scripts/remote_switch.sh index b83ca90..dc8a018 100755 --- a/scripts/remote_switch.sh +++ b/scripts/remote_switch.sh @@ -6,6 +6,9 @@ hosts=( "git" "heimdall" "jdownloader" + "k3s-master1" + "k3s-node1" + "k3s-node2" "mail" "nextcloud" "pihole"