mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
Add badges frontend endpoints that were previously added in puppet.
This commit is contained in:
@@ -9,5 +9,17 @@ config = dict(
|
||||
"fedbadges.badges-backend01": [
|
||||
"tcp://badges-backend01.%s:3000" % suffix,
|
||||
],
|
||||
|
||||
"fedbadges.badges-web01": [
|
||||
"tcp://badges-web01.%s:30%02i" % (suffix, i),
|
||||
for i in range(16)
|
||||
],
|
||||
<% if environment != 'staging' %>
|
||||
"fedbadges.badges-web02": [
|
||||
"tcp://badges-web02.%s:30%02i" % (suffix, i),
|
||||
for i in range(16)
|
||||
],
|
||||
<% end %>
|
||||
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user