mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	- Improved OIDC variable definitions (12_oidc.yml) - Added account/security/profile URLs - Restructured web-app-desktop tasks and JS handling - Introduced oidc.js and iframe.js with runtime loader - Fixed nginx.conf, LDAP, and healthcheck templates spacing - Improved Lua injection for CSP and snippets - Fixed typos (WordPress, receive, etc.) - Added silent-check-sso nginx location Conversation: https://chatgpt.com/share/68ae0060-4fac-800f-9f02-22592a4087d3
sys-service
Description
Role to manage systemd service units for Infinito.Nexus software stacks.
It installs or removes unit files, configures runtime behavior, and ensures services are properly deployed.
Overview
- Resets service units by removing old or obsolete definitions.
 - Deploys new service unit files and service scripts.
 - Optionally sets up timers linked to the services.
 - Ensures correct reload/restart behavior across the stack.
 
Features
- Unit Cleanup: Automated removal of old service units.
 - Custom Templates: Supports both 
systemctl.service.j2andsystemctl@.service.j2. - Timers: Integrates with 
sys-timerfor scheduled execution. - Runtime Limits: Configurable 
RuntimeMaxSecper service. - Handlers: Automatic reload/restart of services when definitions change.