mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 06:54:25 +02:00
5 lines
315 B
YAML
5 lines
315 B
YAML
application_id: "pgadmin"
|
|
database_type: "postgres"
|
|
database_host: "{{ applications['svc-db-postgres'].hostname if applications | is_feature_enabled('central_database',application_id) }}"
|
|
pgadmin_user: 5050
|
|
pgadmin_group: "{{pgadmin_user}}" |