mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	- Extract common HTTPS + Cloudflare + handler bootstrap into new role sys-stk-front-base - Update sys-stk-front-proxy, web-svc-cdn, web-svc-file, web-svc-html to depend on sys-stk-front-base - Add new sys-stk-semi-stateless role combining front-base + back-stateless - Update web-svc-coturn to use sys-stk-semi-stateless and rewrite README/meta with detailed Coturn description - Unify sys-util-csp-cert README heading Ref: ChatGPT conversation https://chatgpt.com/share/68d6cea2-3570-800f-acb3-c3277317f17b
		
			
				
	
	
		
			24 lines
		
	
	
		
			701 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			701 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| galaxy_info:
 | |
|   author: "Kevin Veen-Birkenbach"
 | |
|   description: "Front bootstrap for web apps: HTTPS base, optional Cloudflare setup, and handler wiring."
 | |
|   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: Archlinux
 | |
|       versions:
 | |
|         - rolling
 | |
|   galaxy_tags:
 | |
|     - nginx
 | |
|     - https
 | |
|     - cloudflare
 | |
|     - automation
 | |
|     - web
 | |
|   repository: "https://s.infinito.nexus/code"
 | |
|   issue_tracker_url: "https://s.infinito.nexus/issues"
 | |
|   documentation: "https://docs.infinito.nexus/"
 | |
| dependencies: [] |