mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
5 lines
325 B
YAML
5 lines
325 B
YAML
application_id: "pgadmin"
|
|
database_type: "postgres"
|
|
database_host: "{{ applications['svc-db-postgres'].hostname if applications | get_app_conf(application_id, 'features.central_database', False)}}"
|
|
pgadmin_user: 5050
|
|
pgadmin_group: "{{pgadmin_user}}" |