mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 16:05:03 +08:00
13 lines
291 B
Django/Jinja
13 lines
291 B
Django/Jinja
# This tells nodes to pull messages from ci.centos.org
|
|
|
|
config = dict(
|
|
endpoints={
|
|
"centos-ci-public-relay": [
|
|
"tcp://fedmsg-relay.ci.centos.org:9940",
|
|
{% if env == 'staging' %}
|
|
"tcp://fedmsg-relay-stg.ci.centos.org:9942",
|
|
{% endif %}
|
|
],
|
|
},
|
|
)
|