b02d88adc0 
					 
					
						
						
							
							Refactored server roles for better readability  
						
						
						
						
					 
					
						2025-09-01 18:08:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ea8301364 
					 
					
						
						
							
							Refactor: migrate cmp/* and srv/* roles into sys-stk/* and sys-svc/* namespaces  
						
						... 
						
						
						
						- Removed obsolete 'cmp' category, introduced 'stk' category (fa-bars-staggered icon).
- Renamed roles:
  * cmp-db-docker → sys-stk-back-stateful
  * cmp-docker-oauth2 → sys-stk-back-stateless
  * srv-domain-provision → sys-stk-front
  * cmp-db-docker-proxy → sys-stk-full-stateful
  * cmp-docker-proxy → sys-stk-full-stateless
  * cmp-rdbms → sys-svc-rdbms
- Updated all include_role references, vars, templates and README.md files.
- Adjusted run_once comments and variable paths accordingly.
- Updated all web-app roles to use new sys-stk/* and sys-svc/* roles.
Conversation: https://chatgpt.com/share/68b0ba66-09f8-800f-86fc-76c47009d431  
						
						
					 
					
						2025-08-28 22:23:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4f39ac732 
					 
					
						
						
							
							Renamed webserver roles to more speakable names  
						
						
						
						
					 
					
						2025-08-20 08:54:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3a839cfe37 
					 
					
						
						
							
							Refactor systemctl services and categories due to alarm bugs  
						
						... 
						
						
						
						This commit restructures systemctl service definitions and category mappings.
Motivation: Alarm-related bugs revealed inconsistencies in service and role handling.
Preparation step: lays the groundwork for fixing the alarm issues by aligning categories, roles, and service templates. 
						
						
					 
					
						2025-08-18 13:35:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1cd87c843 
					 
					
						
						
							
							Fix RBAC groups handling and refactor Keycloak role  
						
						... 
						
						
						
						- Fixed incorrect handling of RBAC group configuration (moved from OIDC claims into dedicated RBAC variable set).
- Unified RBAC group usage across applications (LAM, pgAdmin, phpLDAPadmin, phpMyAdmin, YOURLS).
- Replaced old 'KEYCLOAK_OIDC_RBAC_SCOPE_NAME' with dedicated 'KEYCLOAK_RBAC_GROUP_*' variables.
- Updated OAuth2 Proxy configuration to use 'RBAC.GROUP.CLAIM'.
- Refactored Keycloak role task structure:
  * Renamed and reorganized task files for clarity ('_update.yml', '02_cleanup.yml', etc.).
  * Introduced meta and dependency handling separation.
- Cleaned up Keycloak config defaults and recaptcha placeholders. 
						
						
					 
					
						2025-08-17 23:27:01 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						022800425d 
					 
					
						
						
							
							THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs  
						
						
						
						
					 
					
						2025-08-15 15:15:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80dad1a5ed 
					 
					
						
						
							
							Removed proxy_extra_configuration fact  
						
						
						
						
					 
					
						2025-08-13 06:32:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03290eafe1 
					 
					
						
						
							
							feat(proxy,bigbluebutton): use parameterized HTML location template & add build retry  
						
						... 
						
						
						
						- proxy(html.conf.j2):
  * Make proxy_pass more robust (strip '=', '^~' prefixes; ignore @/~ match locations)
  * Switch WS header to $connection_upgrade
  * Unify timeouts (proxy_connect_timeout 5s)
  * Lua optional: include only when proxy_lua_enabled=true; unset Accept-Encoding only then
  * Buffering via flag: proxy_buffering/proxy_request_buffering 'on' with Lua, otherwise 'off'
- proxy(media.conf.j2): minor formatting/spacing fix
- inj-css(head_sub.j2): consistent spacing for global_css_version
- bigbluebutton(tasks/main.yml):
  * Render HTML location block once before include_role (location='^~ /html5client', OAuth2/Lua disabled)
  * Pass rendered snippet via proxy_extra_configuration to the vHost
  * Cleanup afterwards: proxy_extra_configuration = undef()
- docker-compose(handlers):
  * Build with retry: if 'docker compose build' fails -> retry with '--no-cache --pull'
  * Enable BuildKit (DOCKER_BUILDKIT=1, COMPOSE_DOCKER_CLI_BUILD=1)
- vars: trailing newline / minor formatting
Motivation:
- BBB HTML5 client (^~ /html5client) needs a separate location without Lua/buffering.
- More resilient CI/CD builds via automatic no-cache retry.
- Cleaner headers/proxy defaults and fewer side effects.
Files:
- roles/docker-compose/handlers/main.yml
- roles/srv-proxy-7-4-core/templates/location/html.conf.j2
- roles/srv-proxy-7-4-core/templates/location/media.conf.j2
- roles/srv-web-7-7-inj-css/templates/head_sub.j2
- roles/web-app-bigbluebutton/tasks/main.yml
- roles/web-app-bigbluebutton/vars/main.yml 
						
						
					 
					
						2025-08-13 06:01:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58c64bd7c6 
					 
					
						
						
							
							Placed docker compose flush more specific  
						
						
						
						
					 
					
						2025-08-13 03:53:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38de10ba65 
					 
					
						
						
							
							Solved bigbluebutton admin creation bug  
						
						
						
						
					 
					
						2025-08-11 19:24:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e04ac58d2 
					 
					
						
						
							
							Moved blocks to include_tasks to raise performance. Deploy was really slow  
						
						
						
						
					 
					
						2025-08-11 12:28:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						149c563831 
					 
					
						
						
							
							Optimized logic for database backups and integrated test to verify that database feature is used correct  
						
						
						
						
					 
					
						2025-08-10 15:06:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dba12b89d8 
					 
					
						
						
							
							Normalized cmp-docker-proxy include  
						
						
						
						
					 
					
						2025-08-08 12:02:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						90ad688ca9 
					 
					
						
						
							
							Solved bbb backup bug  
						
						
						
						
					 
					
						2025-08-07 14:57:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a09f223af 
					 
					
						
						
							
							Implemented the correct setup of the bbb administrator  
						
						
						
						
					 
					
						2025-08-06 15:51:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f62355e490 
					 
					
						
						
							
							Replaced nginx native with openresty for logout injection. Right now still buggy on nextcloud and espocrm  
						
						
						
						
					 
					
						2025-07-24 03:19:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b25f7f52b3 
					 
					
						
						
							
							Left hint  
						
						
						
						
					 
					
						2025-07-22 08:34:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1bf7aaba5 
					 
					
						
						
							
							Fixed BBB stuff  
						
						
						
						
					 
					
						2025-07-21 15:10:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5343536d27 
					 
					
						
						
							
							Optimized snipe-it und bbb  
						
						
						
						
					 
					
						2025-07-21 01:40:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed866bf177 
					 
					
						
						
							
							Finished bbb implementation  
						
						
						
						
					 
					
						2025-07-20 20:07:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9a8ef5e047 
					 
					
						
						
							
							Implemented new appid for bbb  
						
						
						
						
					 
					
						2025-07-17 16:04:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f02ca50f88 
					 
					
						
						
							
							Renamed backup roles  
						
						
						
						
					 
					
						2025-07-14 19:04:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						756597668c 
					 
					
						
						
							
							Semi bsr for applications[] to prevent heavy to debug bugs in j2 - part 1  
						
						
						
						
					 
					
						2025-07-13 15:11:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3b03c5171d 
					 
					
						
						
							
							Renamed the mariadb, openldap and postgres database  
						
						
						
						
					 
					
						2025-07-12 16:06:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						168c5c0da6 
					 
					
						
						
							
							Another big round of refactoring and cleaning...  
						
						
						
						
					 
					
						2025-07-11 17:55:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96268e7161 
					 
					
						
						
							
							Renamed server roles by osi they work on  
						
						
						
						
					 
					
						2025-07-10 12:33:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						66198ca1ec 
					 
					
						
						
							
							Shortened webserver to srv-web-  
						
						
						
						
					 
					
						2025-07-09 04:27:58 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9668e74139 
					 
					
						
						
							
							Shorted backup- to bkp-  
						
						
						
						
					 
					
						2025-07-09 03:36:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						563d5fd528 
					 
					
						
						
							
							Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation  
						
						
						
						
					 
					
						2025-07-08 23:43:13 +02:00