Skip to content
Snippets Groups Projects
Verified Commit 1b0aeda9 authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

Merge branch 'rsync-domain-switch' into 'master'

switch the rsync domain to the new repo server

See merge request !826
parents 54ca51a2 93f0afb4
No related branches found
No related tags found
1 merge request!826switch the rsync domain to the new repo server
Pipeline #100874 passed
mirrorsync_mirrors:
archive:
hosts: "{{ groups['archive_mirrors'] }}"
source: rsync://rsync.archlinux.org/archive
source: rsync://archive.archlinux.org/archive
target: /srv/archive
last_update_url: https://archive.archlinux.org/repos/last/lastupdate
last_update_dst: lastupdate
......
......@@ -17,6 +17,14 @@
tags:
- nginx
- name: Put rsyncd.conf into tmpfiles
copy: src=rsyncd-tmpfiles.d dest=/etc/tmpfiles.d/rsyncd.conf owner=root group=root mode=0644
register: rsyncdtmpfiles
- name: Use tmpfiles.d/rsyncd.conf
command: systemd-tmpfiles --create creates=/run/rsyncd
when: rsyncdtmpfiles.changed
- name: Create rsyncd-conf-genscripts
file: path=/etc/rsyncd-conf-genscripts state=directory owner=root group=root mode=0700
......
......@@ -275,6 +275,10 @@ locals {
ipv4_address = "213.133.111.6"
ipv6_address = "2a01:4f8:222:174c::2"
}
rsync = {
ipv4_address = "168.119.141.106"
ipv6_address = "2a01:4f8:251:598::"
}
runner1 = {
ipv4_address = "138.199.19.15"
ipv6_address = "2a02:6ea0:c72e::2"
......@@ -310,7 +314,6 @@ locals {
planet = { value = "www" }
registry = { value = "gitlab" }
repos = { value = "gemini" }
rsync = { value = "gemini" }
sources = { value = "gemini" }
"static.conf" = { value = "redirect" }
status = { value = "redirect" }
......
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