mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
the-new-hotness: Use external address for partner-bugzilla
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -102,7 +102,9 @@ items:
|
||||
user = "{{ upstream_release_bugzilla_user }}"
|
||||
password = "{{ upstream_release_bugzilla_password }}"
|
||||
api_key = ""
|
||||
url = "https://partner-bugzilla.redhat.com"
|
||||
# We can't access internal servers, so use external IP address for now
|
||||
#url = "https://partner-bugzilla.redhat.com"
|
||||
url = "https://209.132.183.72"
|
||||
explanation_url = "https://stg.fedoraproject.org/wiki/Upstream_release_monitoring"
|
||||
{% else %}
|
||||
user = ""
|
||||
|
||||
Reference in New Issue
Block a user