Remove external LLDAP service in favor of authentik
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user