Add templates/k0s_worker_node.yml.template
This commit is contained in:
12
templates/k0s_worker_node.yml.template
Normal file
12
templates/k0s_worker_node.yml.template
Normal file
@@ -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]
|
||||
Reference in New Issue
Block a user