10 lines
393 B
YAML
10 lines
393 B
YAML
---
|
|
conductor_service: "conductor-server-{{ infrastructure }}"
|
|
conductor_ui_service: "conductor-ui-{{ infrastructure }}"
|
|
conductor_service_url: "http://{{ conductor_service }}:8080/api/"
|
|
conductor_service_health_url: "http://{{ conductor_service }}:8080/health"
|
|
target_path: "/tmp/conductor_stack_{{ infrastructure }}"
|
|
conductor_network: conductor-network
|
|
conductor_db: postgres
|
|
init_db: True
|