Skip to content
Snippets Groups Projects
Verified Commit 40d7a502 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Add ipv6 addresses to archive mirrors for sync whitelisting

parent 4fbfc25e
No related branches found
No related tags found
1 merge request!177Add ipv6 addresses to archive mirrors for sync whitelisting
Pipeline #3516 passed
......@@ -24,7 +24,7 @@ hosts deny = *
[archive]
path = /srv/archive
comment = archive
hosts allow = {{ groups['archive_mirrors'] | map('extract', hostvars, ['ipv4_address']) | join(' ') }}
hosts allow = {{ groups['archive_mirrors'] | map('extract', hostvars, ['ipv4_address']) | join(' ') }} {{ groups['archive_mirrors'] | map('extract', hostvars, ['ipv6_address']) | join(' ') }}
{% endif %}
# Just the release/stable iso/packages (for most mirrors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment