mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
8 lines
234 B
YAML
8 lines
234 B
YAML
---
|
|
|
|
- name: setup Hetzner storagebox account
|
|
hosts: u236610.your-storagebox.de
|
|
gather_facts: False
|
|
roles:
|
|
- { role: hetzner_storagebox, backup_dir: "backup", backup_clients: "{{ groups['borg_clients'] }}", tags: ["borg"] }
|