netz39-infra-ansible/roles/cleanuri/defaults/main.yml
Stefan Haun 5f890d4858 Update cleanURI components to the latest versions
This completes the switch to the new Site API and external site
implementations.

As there is some trouble with Amazon (see https://github.com/penguineer/cleanURI-site-implementations/pull/5)
Amazon is not available for now.
2024-02-26 20:10:04 +01:00

25 lines
673 B
YAML

# Defaults for the cleanuri role
---
# HTTPS ingress
# cleanuri_ui_domain:
# cleanuri_ui_host_port:
# cleanuri_api_domain:
# cleanuri_api_host_port:
# Credentials for RabbitMQ
# cleanuri_amqp_host:
# cleanuri_amqp_user:
# cleanuri_amqp_pass:
# Change these if they are different in your environment
cleanuri_amqp_vhost: "/"
cleanuri_amqp_results: "results"
cleanuri_amqp_canonizer: "canonizer"
cleanuri_amqp_retrieval: "extractor"
# Docker images
cleanuri_image_webui: mrtux/cleanuri-webui:0.2.0
cleanuri_image_apigateway: mrtux/cleanuri-apigateway:0.3.1
cleanuri_image_canonizer: mrtux/cleanuri-canonizer:0.5.0
cleanuri_image_extractor: mrtux/cleanuri-extractor:0.5.0