From b38b3bcf95c8b450eedd60fbe1817e00af0ed8ad Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 14 Jan 2026 15:42:28 +0000 Subject: [PATCH] Add templates/k0s_worker_node.yml.template --- templates/k0s_worker_node.yml.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/k0s_worker_node.yml.template diff --git a/templates/k0s_worker_node.yml.template b/templates/k0s_worker_node.yml.template new file mode 100644 index 0000000..5c05ad4 --- /dev/null +++ b/templates/k0s_worker_node.yml.template @@ -0,0 +1,12 @@ + - role: worker + privateInterface: [WORKER-INT] + privateAddress: [WORKER-IP] + ssh: + address: [WORKER-IP] + user: [WORKER-SSH-USER] + port: [WORKER-SSH-PORT] + keyPath: [WORKER-SSH-KEYPATH] + bastion: + address: [BASTION-SSH-HOST] + user: [BASTION-SSH-USER] + keyPath: [BASTION-SSH-KEYPATH] \ No newline at end of file