conductor-setup/roles/common/defaults/main.yaml

9 lines
317 B
YAML
Raw Normal View History

2020-10-27 10:54:01 +01:00
---
conductor_service: "conductor-server-{{ infrastructure }}"
conductor_ui_service: "conductor-ui-{{ infrastructure }}"
conductor_service_url: "http://{{ conductor_service }}:8080/api"
target_path: "/tmp/conductor_stack_{{ infrastructure }}"
2020-10-27 15:46:46 +01:00
conductor_network: conductor-network
conductor_db: postgres
init_db: True