2020-10-27 10:54:01 +01:00
|
|
|
---
|
2021-05-31 18:04:17 +02:00
|
|
|
conductor_service: "conductor-server-{{ infrastructure }}"
|
|
|
|
conductor_ui_service: "conductor-ui-{{ infrastructure }}"
|
2021-06-01 10:10:26 +02:00
|
|
|
conductor_service_url: "http://{{ conductor_service }}:8080/api/"
|
|
|
|
conductor_service_health_url: "http://{{ conductor_service }}:8080/health"
|
2021-05-31 18:04:17 +02:00
|
|
|
target_path: "/tmp/conductor_stack_{{ infrastructure }}"
|
2020-10-27 15:46:46 +01:00
|
|
|
conductor_network: conductor-network
|
2020-11-19 18:04:30 +01:00
|
|
|
conductor_db: postgres
|
2020-11-04 16:52:28 +01:00
|
|
|
init_db: True
|