mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
5 lines
235 B
YAML
5 lines
235 B
YAML
docker_compose_project_name: "phpmyadmin"
|
|
database_type: "mariadb"
|
|
database_host: "{{ 'central-' + database_type if enable_central_database}}"
|
|
# OAuth2 Proxy Configuration
|
|
oauth2_proxy_active: true |