mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[forge] update ALLOWED_HOST_LIST for webhooks to include internal ips
fixes: forge/forge#368 Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -661,7 +661,9 @@ gitea:
|
||||
ssh.minimum_key_sizes: {}
|
||||
|
||||
## @param gitea.config.webhook Webhook settings
|
||||
webhook: {}
|
||||
webhook:
|
||||
ALLOWED_HOST_LIST: "external,10.16.163.74,10.16.163.75,10.16.163.76,10.16.163.77"
|
||||
|
||||
|
||||
## @param gitea.config.mailer Mailer configuration (disabled by default)
|
||||
mailer:
|
||||
|
||||
Reference in New Issue
Block a user