mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			231 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			231 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # default vhost flavour
 | |
| vhost_flavour:        "basic"               # valid: basic, ws_generic
 | |
| 
 | |
| # build the full template path from the flavour
 | |
| vhost_template_src:   "roles/sys-svc-proxy/templates/vhost/{{ vhost_flavour }}.conf.j2" |