homeserver/ansible: add playbook to spin up k8s cluster
- add new playbook to spin-up kubernetes cluster using k0sctl and k0sctl config file
This commit is contained in:
		
							
								
								
									
										6
									
								
								ansible/playbooks/create-kubernetes-cluster.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								ansible/playbooks/create-kubernetes-cluster.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,6 @@ | ||||
| - name: Create Kubernetes Cluster | ||||
|   hosts: vms | ||||
|   vars_files: | ||||
|     - ../secrets/vault.yaml | ||||
|   roles: | ||||
|     - create-kubernetes-cluster | ||||
		Reference in New Issue
	
	Block a user