Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
d2c4dd4c
Verified
Commit
d2c4dd4c
authored
Jun 23, 2020
by
Jelle van der Waa
🚧
Browse files
Allow gemini to rsync to whole kitchensink and archive
parent
d4a037a4
Pipeline
#260
passed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/templates/rsyncd.conf.proto.j2
View file @
d2c4dd4c
# DO NOT CHANGE rsync.conf, CHANGE rsync.conf.proto INSTEAD!
# DO NOT CHANGE rsync.conf, CHANGE rsync.conf.proto INSTEAD!
# Hosts are managed by archweb, talk to someone that has permission to
# play with mirrors to get new IP addresses added.
...
...
@@ -23,7 +23,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(' ') }}
{{ hostvars['gemini.archlinux.org']['ipv4_address'] }} {{ hostvars['gemini.archlinux.org']['ipv6_address'] }}
# Just the release/stable iso/packages (for most mirrors)
[ftp]
...
...
@@ -73,7 +73,7 @@ hosts deny = *
[kitchensink]
path = /srv/ftp
comment = ftp area (everything, including very old versions)
hosts allow = {{ hostvars['apollo.archlinux.org']['ipv4_address'] }} {{ hostvars['apollo.archlinux.org']['ipv6_address'] }}
hosts allow = {{ hostvars['apollo.archlinux.org']['ipv4_address'] }} {{ hostvars['apollo.archlinux.org']['ipv6_address'] }}
{{ hostvars['gemini.archlinux.org']['ipv4_address'] }} {{ hostvars['gemini.archlinux.org']['ipv6_address'] }}
[kitchensink_tier1]
path = /srv/ftp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment