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
d2f9eb1c
Verified
Commit
d2f9eb1c
authored
Oct 28, 2019
by
Sven-Hendrik Haase
Browse files
Add ind.mirror.pkgbuild.com to be an archive-mirror
parent
49d0e379
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts
View file @
d2f9eb1c
...
...
@@ -22,6 +22,7 @@ sgp.mirror.pkgbuild.com
ger.mirror.pkgbuild.com
[archive-mirrors]
ind.mirror.pkgbuild.com
ger.mirror.pkgbuild.com
[borg-clients]
...
...
roles/dbscripts/templates/rsyncd.conf.proto.j2
View file @
d2f9eb1c
...
...
@@ -23,7 +23,7 @@ hosts deny = *
[archive]
path = /srv/archive
comment = archive
hosts allow = {{
hostvars['ger.mirror.pkgbuild.com']
['ipv4_address'] }}
hosts allow = {{
groups['archive-mirrors'] | map('extract', hostvars,
['ipv4_address']
) | join(' ')
}}
# Just the release/stable iso/packages (for most mirrors)
[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