mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
[forge] add staging ips to webhook ALLOWED_HOST_LIST settings
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -663,8 +663,11 @@ gitea:
|
||||
|
||||
## @param gitea.config.webhook Webhook settings
|
||||
webhook:
|
||||
{% if env == "staging" %}
|
||||
ALLOWED_HOST_LIST: "external,10.16.166.74,10.16.166.75"
|
||||
{% else %}
|
||||
ALLOWED_HOST_LIST: "external,10.16.163.74,10.16.163.75,10.16.163.76,10.16.163.77"
|
||||
|
||||
{% endif %}
|
||||
|
||||
## @param gitea.config.mailer Mailer configuration (disabled by default)
|
||||
mailer:
|
||||
|
||||
Reference in New Issue
Block a user