Skip to content
Snippets Groups Projects
Commit 524b5942 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Merge branch 'repos-rsync-domain-https' into 'master'

dbscripts: Issue a certificate for rsync.archlinux.org

See merge request !338
parents c25f7fec 7129cfb6
No related branches found
No related tags found
1 merge request!338dbscripts: Issue a certificate for rsync.archlinux.org
Pipeline #5895 passed
......@@ -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
......
......@@ -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: https://rsync.archlinux.org/lastupdate
# Otherwise use the HTTP(S) URL from your chosen mirror.
lastupdate_url='http://rsync.archlinux.org/lastupdate'
lastupdate_url='https://rsync.archlinux.org/lastupdate'
#### END CONFIG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment