1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/rsync.net.yml
Sven-Hendrik Haase 6bdab52f16
Use prio host for rsync.net
Apparently the host without prio is the traffic shaped one which has been very slow for us.
2020-07-09 00:50:32 +02:00

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"] }