conductor-setup/roles/external-postgres/defaults/main.yml

9 lines
234 B
YAML
Raw Normal View History

2021-02-16 12:26:19 +01:00
---
use_jdbc: True
postgres_host: "postgresql-srv.d4science.org"
conductor_db: "postgres"
2021-02-17 12:55:24 +01:00
postgres_jdbc_user: "conductor_u"
postgres_jdbc_db: "conductor"
postgres_jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"
2021-02-16 12:26:19 +01:00