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