mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
endpoints-fedbadges should eventually be distributed globally.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
with_items:
|
||||
- datanommer.py
|
||||
- badges-awarder.py
|
||||
- endpoints-fedbadges.py
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
{% if env == 'staging' %}
|
||||
suffix = 'stg.phx2.fedoraproject.org'
|
||||
{% else %}
|
||||
suffix = 'phx2.fedoraproject.org'
|
||||
{% endif %}
|
||||
|
||||
config = dict(
|
||||
endpoints={
|
||||
"fedbadges.badges-backend01": [
|
||||
"tcp://badges-backend01.%s:3000",
|
||||
],
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user