mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2025-01-31 09:00
This commit is contained in:
parent
bd78dba07a
commit
f2817a637d
@ -82,3 +82,12 @@ llng_workers: 6
|
|||||||
|
|
||||||
# Sessions are cached locally for performance reasons. You can set the duration (in seconds) for which the cache will be considered valid
|
# Sessions are cached locally for performance reasons. You can set the duration (in seconds) for which the cache will be considered valid
|
||||||
llng_session_cache: 300
|
llng_session_cache: 300
|
||||||
|
|
||||||
|
# You can, inject a custom configuration in lemonldap-ng.ini (all section)
|
||||||
|
# llng_custom_config: |
|
||||||
|
# messageBrokerOptions = { \
|
||||||
|
# 'server' => 'lemonldap-ng-valkey.example.org:6379', \
|
||||||
|
# 'ssl' => 1, \
|
||||||
|
# 'password' => '{{ vault_llng_redis_pwd }}' \
|
||||||
|
# }
|
||||||
|
|
||||||
|
@ -46,6 +46,11 @@ localSessionStorageOptions = { \
|
|||||||
'cache_depth' => 3 \
|
'cache_depth' => 3 \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{% if llng_custom_config is defined %}
|
||||||
|
# Custom configuration
|
||||||
|
{{ llng_custom_config }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
[configuration]
|
[configuration]
|
||||||
{% if llng_conf_backend == 'file' %}
|
{% if llng_conf_backend == 'file' %}
|
||||||
type = File
|
type = File
|
||||||
|
Loading…
x
Reference in New Issue
Block a user