25 lines
673 B
YAML
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.1
|
|
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
|