From 2c963fdbe230d8bd98738055f0e0090fb625c507 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 14 Jan 2026 15:47:30 +0000 Subject: [PATCH] Add templates/k0s_combined_node.yml.template --- templates/k0s_combined_node.yml.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/k0s_combined_node.yml.template diff --git a/templates/k0s_combined_node.yml.template b/templates/k0s_combined_node.yml.template new file mode 100644 index 0000000..9ee5367 --- /dev/null +++ b/templates/k0s_combined_node.yml.template @@ -0,0 +1,8 @@ + - role: controller+worker + privateInterface: [CONTROLLER-INT] + privateAddress: [CONTROLLER-IP] + ssh: + address: [CONTROLLER-IP] + user: [CONTROLLER-SSH-USER] + port: [CONTROLLER-SSH-PORT] + keyPath: [CONTROLLER-SSH-KEYPATH] \ No newline at end of file