From 13e13977c71c9877a14a862595ae92bd490ffb7d Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Wed, 14 Jan 2026 15:45:10 +0000 Subject: [PATCH] Add templates/k0s_controller_node.yml.template --- templates/k0s_controller_node.yml.template | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/k0s_controller_node.yml.template diff --git a/templates/k0s_controller_node.yml.template b/templates/k0s_controller_node.yml.template new file mode 100644 index 0000000..edc30be --- /dev/null +++ b/templates/k0s_controller_node.yml.template @@ -0,0 +1,8 @@ + - role: controller + 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