DEV-1071 Add missing host_vars for linde prod

qa
Michael Hähnel 3 years ago
parent f1a7f63c1c
commit bbb940a978

@ -1,2 +1,4 @@
---
connect_postgres_host: prodnso-postgres02-01
shared_service_postgres_primary: "{{ stage }}-postgres02-01"
shared_service_postgres_secondary: "{{ stage }}-postgres02-02"

@ -0,0 +1,4 @@
---
connect_postgres_host: "{{ stage }}-postgres02-01"
shared_service_postgres_primary: "{{ stage }}-postgres02-01"
shared_service_postgres_secondary: "{{ stage }}-postgres02-02"
Loading…
Cancel
Save