mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
[mailman3] Fix the fedora-messaging config
The fedora-messaging archiver config missed some required values. Let's fix that. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# A sample configuration for fedora-messaging. This file is in the TOML format.
|
||||
amqp_url = "amqp://"
|
||||
amqp_url = "amqps://mailman{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub"
|
||||
passive_declares = false
|
||||
publish_exchange = "amq.topic"
|
||||
topic_prefix = ""
|
||||
{% if env == "staging" %}
|
||||
topic_prefix = "org.fedoraproject.stg"
|
||||
{% else %}
|
||||
topic_prefix = "io.fedoraproject.prod"
|
||||
{% endif %}
|
||||
|
||||
[tls]
|
||||
ca_cert = "/etc/pki/rabbitmq/mailman/mailman3-fedmsg-plugin.ca"
|
||||
|
||||
Reference in New Issue
Block a user