ansible/roles/fedmsg/base/templates/endpoints-anitya.py.j2
2014-10-03 19:38:12 +00:00

13 lines
370 B
Django/Jinja

# This tells our nodes to also pull messages from anitya.
# Among those nodes is our public gateway which means that it will forward them
# back out to the public on "our bus".
config = dict(
{% if env != 'staging' %}
endpoints={
"anitya-public-relay": [
"tcp://anitya-frontend01.fedoraproject.org:9940",
],
},
{% endif %}
)