* add digital ocean documentation * remove microk8s role * use a single playbook to install microk8s * use inventory hostname * use a host_ip for endpoint so not to clash with domain * add RedHat control loops * add microk8s documentation * enable permissive mode for redhat
		
			
				
	
	
		
			16 lines
		
	
	
		
			243 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			243 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| ingress_class: "public"
 | |
| 
 | |
| mongo_auth:
 | |
|   username: root
 | |
|   password: example
 | |
| 
 | |
| ingress:
 | |
|   host: "{{ domain }}"
 | |
|   cert_email: "dev@webrecorder.net"
 | |
|   scheme: "https"
 | |
|   tls: true
 | |
| 
 | |
| signer:
 | |
|   enabled: true
 | |
|   host: "signing.microk8s.browsertrix.cloud"
 |