Remove external LLDAP service in favor of authentik

This commit is contained in:
2025-08-12 09:56:16 +00:00
parent 54d71862b3
commit 6e8c60bcf7
6 changed files with 0 additions and 161 deletions
-8
View File
@@ -16,14 +16,6 @@ module "homelab_docker_network" {
subnet = "10.88.0.0/16"
}
module "lldap" {
source = "${local.module_dir}/30-services-software/lldap-service"
volume_path = "${local.root_volume}/lldap"
networks = [
module.homelab_docker_network.name
]
}
module "authentik" {
source = "${local.module_dir}/30-services-software/authentik-service"
volume_path = "${local.root_volume}/authentik"
-1
View File
@@ -2,7 +2,6 @@ output "service_definitions" {
description = "Service definitions for all services"
value = [
module.jellyfin.service_definition,
module.lldap.service_definition,
module.authentik.service_definition,
]
}