mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2024-01-08 11:00
This commit is contained in:
@@ -19,6 +19,11 @@ llng_manager_vhost: sso-manager.{{ ansible_domain }}
|
||||
# If llng_portal and llng_manager are both set to False (only the handler is deployed)
|
||||
# which conf backend to use. can be api or mysql
|
||||
llng_conf_backend: api
|
||||
llng_sessions_backend: "{{ llng_conf_backend }}"
|
||||
|
||||
# If using the REST API as backend, you must configure the URL endpoint
|
||||
# llng_api_conf_url: https://auth.example.org/index.psgi/config
|
||||
# llng_api_sessions_url: https://auth.example.org/index.psgi/sessions/global
|
||||
|
||||
# List of IP allowed to access SOAP endpoints
|
||||
# Empty or undefined disable api endpoints
|
||||
@@ -39,6 +44,8 @@ llng_reload_use_proxy: False
|
||||
# If defined, access to api endpoints will require basic auth.
|
||||
llng_api_user: lemonldapapi
|
||||
# llng_api_pass: sEcr3t.P@ssw0rd
|
||||
# If basic auth is used to access the API, you must set the realm
|
||||
llng_api_realm: Lemonldap::NG API
|
||||
|
||||
# SSL for vhosts
|
||||
# llng_portal_ssl:
|
||||
|
Reference in New Issue
Block a user