mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 19:50:22 +08:00
More configs to make fedmsg happy
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
@@ -5,6 +5,7 @@ items:
|
||||
librariesio2fedmsg.py: |-
|
||||
import socket
|
||||
config = dict(
|
||||
topic_prefix='org.fedoraproject',
|
||||
zmq_enabled=True,
|
||||
endpoints={},
|
||||
# Openshift requires that we relay through the fedmsg relay because we don't
|
||||
@@ -18,6 +19,7 @@ items:
|
||||
relay_inbound=["tcp://busgateway01.phx2.fedoraproject.org:9941"],
|
||||
{% endif %}
|
||||
sign_messages=True,
|
||||
ssldir='/etc/pki/fedmsg/',
|
||||
cert_prefix="librariesio2fedmsg",
|
||||
certnames={
|
||||
"librariesio2fedmsg." + socket.gethostname(): "librariesio2fedmsg",
|
||||
|
||||
Reference in New Issue
Block a user