Merge "Map default value of rabbitmq_management_ssl to haproxy_ssl"

This commit is contained in:
Zuul 2023-10-27 11:14:26 +00:00 committed by Gerrit Code Review
commit f0db52b224
1 changed files with 1 additions and 1 deletions

View File

@ -146,4 +146,4 @@ venv_build_host_user_name: "{{ repo_service_user_name }}"
venv_build_host_group_name: "{{ repo_service_group_name }}"
# Set RabbitMQ management UI to use TLS
rabbitmq_management_ssl: true
rabbitmq_management_ssl: "{{ haproxy_ssl }}"