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