mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			592 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			592 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| application_id:               "web-svc-logout"
 | |
| docker_repository_address:    "https://github.com/kevinveenbirkenbach/universal-logout"
 | |
| docker_pull_git_repository:   true
 | |
| container_port:               8000
 | |
| 
 | |
| # The following line leads to that services which arent listed directly in the inventory, 
 | |
| # but are called over other roles, aren't listed here 
 | |
| # @todo implement the calling of also dependency domains (propably the easiest to write a script which adds all dependencies to group_names)
 | |
| logout_domains: >-
 | |
|   {{
 | |
|     (applications | logout_domains(group_names)) | unique | join(',')
 | |
|   }}
 |