mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			215 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			215 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # General
 | |
| application_id: "web-app-lam"
 | |
| 
 | |
| # LAM specific
 | |
| lam_image:      "{{ applications | get_app_conf(application_id, 'docker.services.lam.image', True) }}"
 | |
| lam_container:  "{{ application_id | get_entity_name }}" |