mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Sunset github2fedmsg and fedmsg
This commit is removing all the fedmsg related stuff from ansible repository. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -128,9 +128,6 @@ faf_web_throttle_burst: 1
|
||||
# fedora-messaging config #
|
||||
##############################
|
||||
faf_fedmsg_server:
|
||||
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
|
||||
# This is used for migrating from fedmsg, and should not be used afterwards.
|
||||
faf_fedmsg_topic_prefix:
|
||||
|
||||
# [TLS]
|
||||
faf_fedmsg_ca_cert:
|
||||
|
||||
@@ -7,10 +7,6 @@ amqp_url = "amqp://{{ faf_fedmsg_server }}?connection_attempts=3&retry_delay=5"
|
||||
|
||||
passive_declares = true
|
||||
|
||||
# The topic_prefix configuration value will add a prefix to the topics of every sent message.
|
||||
# This is used for migrating from fedmsg, and should not be used afterwards.
|
||||
topic_prefix = {{ faf_fedmsg_topic_prefix }}
|
||||
|
||||
[tls]
|
||||
ca_cert = {{ faf_fedmsg_ca_cert }}
|
||||
keyfile = {{ faf_fedmsg_keyfile }}
|
||||
|
||||
Reference in New Issue
Block a user