mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Apparently the host without prio is the traffic shaped one which has been very slow for us.
8 lines
212 B
YAML
8 lines
212 B
YAML
---
|
|
|
|
- name: setup rsync.net account
|
|
hosts: prio.ch-s012.rsync.net
|
|
gather_facts: False
|
|
roles:
|
|
- { role: rsync_net, backup_dir: "backup", backup_clients: "{{ groups['borg_clients'] }}", tags: ["borg"] }
|