- adds an ansible/ directory for management deployments, starting with microk8s
- has a microk8s role
      we will need to add workers
- has a playbook with variables that can install most places
		
	
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| - name: Converge
 | |
|   hosts: all
 | |
|   gather_facts: false
 | |
|   tasks:
 | |
|     - name: "Include webrecorder.microk8s"
 | |
|       ansible.builtin.include_role:
 | |
|         name: "webrecorder.microk8s"
 |