Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
7129cfb6
Commit
7129cfb6
authored
Mar 25, 2021
by
Kristian Klausen
🎉
Browse files
dbscripts: Issue a certificate for rsync.archlinux.org
parent
c25f7fec
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/dbscripts/tasks/main.yml
View file @
7129cfb6
...
...
@@ -28,7 +28,7 @@
include_role
:
name
:
certificate
vars
:
domains
:
[
"
{{
repos_domain
}}"
]
domains
:
[
"
{{
repos_domain
}}"
,
"
{{
repos_rsync_domain
}}"
]
-
name
:
make nginx log dir
file
:
path=/var/log/nginx/{{ repos_domain }} state=directory owner=root group=root mode=0755
...
...
roles/syncrepo/files/syncrepo
View file @
7129cfb6
...
...
@@ -59,9 +59,9 @@ bwlimit=0
source_url
=
'rsync://rsync.archlinux.org/ftp_tier1'
# An HTTP(S) URL pointing to the 'lastupdate' file on your chosen mirror.
# If you are a tier 1 mirror use: http://rsync.archlinux.org/lastupdate
# If you are a tier 1 mirror use: http
s
://rsync.archlinux.org/lastupdate
# Otherwise use the HTTP(S) URL from your chosen mirror.
lastupdate_url
=
'http://rsync.archlinux.org/lastupdate'
lastupdate_url
=
'http
s
://rsync.archlinux.org/lastupdate'
#### END CONFIG
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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