borg-start.yml (319B)
1 --- 2 - name: Start backups with borg 3 hosts: all 4 any_errors_fatal: true 5 roles: 6 - borg-start 7 vars: 8 # Hostname where we will store backups 9 BORG_HOST: pixel.taler-systems.com 10 # Target for the backup (repo must exist and we must have SSH access). 11 BORG_REPO: "ssh://borg@{{ BORG_HOST }}/~/spec-backup"