mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			440 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			440 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # General 
 | |
| application_id:                 web-app-mig
 | |
| 
 | |
| # Docker
 | |
| docker_compose_flush_handlers:  true
 | |
| docker_pull_git_repository:     true
 | |
| docker_repository_address:      "https://github.com/kevinveenbirkenbach/meta-infinite-graph"
 | |
| 
 | |
| # Helper variables
 | |
| MIG_IMAGE:                      "mig:latest"
 | |
| MIG_CONTAINER:                  "mig"
 | |
| MIG_BUILD_DATA:                 "{{ applications | get_app_conf(application_id, 'build_data.enabled') }}" |