1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-01 23:06:22 +01:00
infrastructure/roles/syncrepo/handlers/main.yml
Kristian Klausen 09cb1c3ed4
Use and offer rsync mirroring over TLS
There is no reason for not offering (and using it ourselves) rsync
mirroring over TLS these days which provides encryption, authentication
and integrity.

As the pacman database files are unsigned this also provides some
protection against MITM tampering.

Fix #298
2025-10-12 13:23:50 +02:00

3 lines
102 B
YAML

- name: Restart rsyncd.socket
systemd_service: name=rsyncd.socket daemon_reload=yes state=restarted