mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	- Renamed role `srv-tls-core` → `sys-svc-certs` - Renamed role `srv-https-stack` → `sys-stk-front-pure` - Renamed role `sys-stk-front` → `sys-stk-front-proxy` - Updated all includes, READMEs, meta, and dependent roles accordingly This improves clarity and consistency of naming conventions for certificate management and proxy orchestration. See: https://chatgpt.com/share/68b19f2c-22b0-800f-ba9b-3f2c8fd427b0
FusionDirectory
Description
This Ansible role deploys and configures FusionDirectory—a web-app-based LDAP administration tool—using Docker Compose. It runs a pre-configured FusionDirectory container, connects it to your existing LDAP service, and ensures a consistent, repeatable setup.
Overview
- Loads and templating of FusionDirectory-specific variables
 - Generates a 
.envfile for the container environment - Deploys the FusionDirectory container via Docker Compose
 - Configures NGINX (via the 
sys-stk-front-proxyrole) to expose the service - Integrates with your central LDAP server for authentication
 
Features
- Easy Deployment: Runs FusionDirectory in Docker Compose with minimal manual steps
 - LDAP Integration: Connects to your existing LDAP backend for user management
 - Environment Management: Builds an environment file from role variables and templates
 - NGINX Setup: Automatically configures a virtual host for FusionDirectory
 - Docker-Native: Leverages the 
docker-composerole for container orchestration - Idempotent: Safe to run multiple times without side effects