mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +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 }}" |