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
740f3d79
Verified
Commit
740f3d79
authored
Jun 25, 2020
by
Jelle van der Waa
🚧
Browse files
Remove unrequired rsync whitelist for gemini
parent
ae76c506
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/templates/rsyncd.conf.proto.j2
View file @
740f3d79
...
...
@@ -23,7 +23,7 @@ hosts deny = *
[archive]
path = /srv/archive
comment = archive
hosts allow = {{ groups['archive_mirrors'] | map('extract', hostvars, ['ipv4_address']) | join(' ') }}
{{ hostvars['gemini.archlinux.org']['ipv4_address'] }} {{ hostvars['gemini.archlinux.org']['ipv6_address'] }}
hosts allow = {{ groups['archive_mirrors'] | map('extract', hostvars, ['ipv4_address']) | join(' ') }}
# 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'] }}
{{ hostvars['gemini.archlinux.org']['ipv4_address'] }} {{ hostvars['gemini.archlinux.org']['ipv6_address'] }}
hosts allow = {{ hostvars['apollo.archlinux.org']['ipv4_address'] }} {{ hostvars['apollo.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