mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
Only use proxy01 for incoming fedmsg.
This commit is contained in:
@@ -37,6 +37,11 @@ config = dict(
|
||||
"tcp://busgateway01.%s:9941" % suffix,
|
||||
|
||||
# ...but they have to go through our external proxy first..
|
||||
"tcp://hub.fedoraproject.org:9941",
|
||||
#"tcp://hub.fedoraproject.org:9941",
|
||||
|
||||
# ...and normally, we'd like them to go through round-robin, but we're
|
||||
# not getting messages in from proxies across the vpn. So, only use
|
||||
# proxy01 for now.
|
||||
"tcp://209.132.181.16:9941",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user