mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: "Load docker and front proxy for {{ application_id }}"
 | |
|   include_role:
 | |
|     name: sys-stk-full-stateless
 | |
| 
 | |
| - name: "Include front proxy for {{ container_hostname}}:{{ ports.localhost.http[application_id] }}"
 | |
|   include_role:
 | |
|     name: sys-stk-front-proxy
 | |
| 
 | |
| - include_tasks: utils/run_once.yml |