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
e0af1b09
Commit
e0af1b09
authored
Dec 18, 2020
by
Jelle van der Waa
🚧
Committed by
Jelle van der Waa
Dec 20, 2020
Browse files
Allow archlinux.org to rsync the archlinux iso
parent
824fb084
Pipeline
#3777
passed with stage
in 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
host_vars/archlinux.org
View file @
e0af1b09
---
filesystem: btrfs
ipv4_address: "95.217.163.246"
ipv6_address: "2a01:4f9:c010:6b1f::1"
fail2ban_jails:
sshd: true
postfix: false
...
...
roles/dbscripts/templates/rsyncd.conf.proto.j2
View file @
e0af1b09
...
...
@@ -75,7 +75,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['archlinux.org']['ipv4_address'] }} {{ hostvars['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