ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | README | LICENSE

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"