mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
distgit: Add a mini docs comment for IP_ALLOWED_INTERNAL, just in case.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -77,7 +77,10 @@ GIT_URL_GIT = 'https://src.fedoraproject.org/'
|
||||
{% endif %}
|
||||
|
||||
### The IP addresses allowed for the internal endpoints
|
||||
# FIXME: Use ansible template for IPs here...
|
||||
## This is used by a few checks from external programs like
|
||||
## upload_cgi and `git clone` going through aclchecker.py where
|
||||
## they do an auth request to pagure (which goes through the proxies).
|
||||
# FIXME: Use ansible template names for IPs here... ###########################
|
||||
{% if env == 'staging' %}
|
||||
IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177', '10.16.166.74', '10.16.166.75']
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user