ansible/roles/fedmsg/base/templates/endpoints-summershum.py.j2

14 lines
262 B
Text
Raw Normal View History

2014-02-19 17:25:50 +00:00
{% if env == 'staging' %}
suffix = 'stg.phx2.fedoraproject.org'
{% else %}
suffix = 'phx2.fedoraproject.org'
{% endif %}
config = dict(
endpoints={
"summershum.summershum01": [
"tcp://summershum01.%s:3000" % suffix,
],
},
)