mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized descriptions, README.md's and meta/main.yml's for portfolio and sphinx docs
This commit is contained in:
20
roles/docker-lam/README.md
Normal file
20
roles/docker-lam/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# LAM
|
||||
|
||||
## Description
|
||||
|
||||
Elevate your LDAP directory management with LAM (LDAP Account Manager), a powerful solution for administering LDAP directories. LAM offers an intuitive web interface for managing users, groups, and other LDAP objects, making directory operations both efficient and secure.
|
||||
|
||||
## Overview
|
||||
|
||||
This role deploys LAM in a Docker environment and integrates it with an Nginx reverse proxy to provide secure access. It leverages environment variable templates to configure LDAP connection settings and administrative credentials, ensuring a smooth and customizable installation of LDAP Account Manager.
|
||||
|
||||
## Features
|
||||
|
||||
- **User-Friendly Interface:** Easily manage LDAP directories through an intuitive web-based interface.
|
||||
- **Customizable Deployment:** Configure LDAP settings and LAM’s administrative credentials via flexible environment variables.
|
||||
- **Secure Access:** Utilize Nginx reverse proxy integration to safeguard your management interface.
|
||||
- **Efficient Administration:** Streamline the handling of LDAP objects such as users, groups, and organizational units.
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [LDAP Account Manager Official Website](https://www.ldap-account-manager.org/)
|
22
roles/docker-lam/meta/main.yml
Normal file
22
roles/docker-lam/meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Elevate your LDAP directory management with LAM (LDAP Account Manager), a powerful solution for efficient administration of LDAP directories."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- lam
|
||||
- ldap
|
||||
- docker
|
||||
- management
|
||||
- directory
|
||||
repository: https://s.veen.world/cymais
|
||||
issue_tracker_url: https://s.veen.world/cymaisissues
|
||||
documentation: https://s.veen.world/cymais
|
||||
logo:
|
||||
class: "fa-solid fa-network-wired"
|
||||
dependencies: []
|
@@ -1,4 +1,7 @@
|
||||
services:
|
||||
|
||||
{% include 'roles/docker-oauth2-proxy/templates/container.yml.j2' %}
|
||||
|
||||
application:
|
||||
container_name: {{ application_id }}
|
||||
image: ghcr.io/ldapaccountmanager/lam:{{applications[application_id].version}}
|
||||
|
Reference in New Issue
Block a user