feat: modularize playbook with tags
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
---
|
||||
install_only: false
|
||||
|
||||
# cadoles-pod repository configuration
|
||||
cadoles_pod_debian_repository_url: https://vulcain.cadoles.com
|
||||
cadoles_pod_debian_repository: bullseye-dev
|
||||
@ -15,7 +17,7 @@ cadoles_pod_hydra_oidc_v1_package_version: '*'
|
||||
cadoles_pod_hydra_ldap_v1_package_version: '*'
|
||||
|
||||
# Hydra database configuration
|
||||
hydra_use_external_database: no
|
||||
hydra_use_external_database: false
|
||||
hydra_database_name: hydra
|
||||
hydra_database_user: hydra
|
||||
hydra_database_password: hydra
|
||||
@ -61,6 +63,7 @@ hydra_clients:
|
||||
|
||||
# Hydra dispatcher configuration
|
||||
|
||||
enable_hydra_dispatcher: true
|
||||
hydra_dispatcher_cookie_path: "{{ haproxy_hydra_dispatcher_base_path }}"
|
||||
hydra_dispatcher_debug: no
|
||||
hydra_dispatcher_admin_authorized_hosts:
|
||||
|
Reference in New Issue
Block a user