mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| galaxy_info:
 | ||
|   author: "Kevin Veen‑Birkenbach"
 | ||
|   description: >
 | ||
|     Deploys the universal logout service: a Dockerized Python container,
 | ||
|     Nginx `/logout` proxies for `*.infinito.nexus`, and the `conductor.html.j2`
 | ||
|     template for unified logout orchestration.
 | ||
|   license: "Infinito.Nexus NonCommercial License"
 | ||
|   license_url: "https://s.infinito.nexus/license"
 | ||
|   company: |
 | ||
|     Kevin Veen‑Birkenbach
 | ||
|     Consulting & Coaching Solutions
 | ||
|     https://www.veen.world
 | ||
|   min_ansible_version: "2.9"
 | ||
|   platforms:
 | ||
|     - name: Docker
 | ||
|       versions:
 | ||
|         - latest
 | ||
|     - name: Debian
 | ||
|       versions:
 | ||
|         - buster
 | ||
|         - bullseye
 | ||
|     - name: Ubuntu
 | ||
|       versions:
 | ||
|         - focal
 | ||
|         - jammy
 | ||
|   galaxy_tags:
 | ||
|     - ansible
 | ||
|     - docker
 | ||
|     - flask
 | ||
|     - nginx
 | ||
|     - infinito
 | ||
|     - logout
 | ||
|   repository: "https://github.com/kevinveenbirkenbach/universal-logout"
 | ||
|   issue_tracker_url: "https://github.com/kevinveenbirkenbach/universal-logout/issues"
 | ||
|   documentation: "https://github.com/kevinveenbirkenbach/universal-logout#readme"
 | ||
|   logo:
 | ||
|     class: "fa fa-sign-out-alt"
 |