Files
computer-playbook/roles/web-app-fusiondirectory
Kevin Veen-Birkenbach cb66fb2978 Refactor LDAP variable schema to use top-level constant LDAP and nested ALL-CAPS keys.
- Converted group_vars/all/13_ldap.yml from lower-case to ALL-CAPS nested keys.
- Updated all roles, tasks, templates, and filter_plugins to reference LDAP.* instead of ldap.*.
- Fixed Keycloak JSON templates to properly quote Jinja variables.
- Adjusted svc-db-openldap filter plugins and unit tests to handle new LDAP structure.
- Updated integration test to only check uniqueness of TOP-LEVEL ALL-CAPS constants, ignoring nested keys.

See: https://chatgpt.com/share/68b01017-efe0-800f-a508-7d7e2f1c8c8d
2025-08-28 10:15:48 +02:00
..

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 .env file for the container environment
  • Deploys the FusionDirectory container via Docker Compose
  • Configures NGINX (via the srv-domain-provision role) 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-compose role for container orchestration
  • Idempotent: Safe to run multiple times without side effects

Further Resources