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