mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
12 lines
648 B
Django/Jinja
12 lines
648 B
Django/Jinja
## Docker Role Specific Parameters
|
|
docker_restart_policy: "unless-stopped"
|
|
|
|
##############################################
|
|
## Applications Configuration
|
|
##############################################
|
|
|
|
# Keep in mind, that this configuration should in general just apply to the roles which set the applications up.
|
|
# If other applications depend on this variables, propably it makes sense to define it in e.g. IMA or other variable files.
|
|
|
|
# helper
|
|
_applications_nextcloud_oidc_flavor: "{{ applications.nextcloud.oidc.flavor | default('oidc_login' if applications.nextcloud.features.ldap | default(true) else 'sociallogin') }}" |