mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-24 22:11:23 +08:00
Once upon a time, there was broken config
This commit is contained in:
@@ -259,11 +259,11 @@ items:
|
||||
"ssldir": "/etc/pki/fedmsg/",
|
||||
"cert_prefix": "release-monitoring",
|
||||
"certnames": {"anitya.{}".format(socket.gethostname()): "release-monitoring"},
|
||||
{% if env == 'staging' %}
|
||||
{% if env == 'staging' %}
|
||||
"endpoints": {"anitya.stg": "tcp://busgateway01.stg.phx2.fedoraproject.org:9940"},
|
||||
"environment": "stg",
|
||||
{% else %}
|
||||
{% else %}
|
||||
"endpoints": {"anitya.prod": "tcp://busgateway01.phx2.fedoraproject.org:9940"},
|
||||
"environment": "prod",
|
||||
{% endif %}
|
||||
}
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user