ansible-taler-exchange

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

pixel-borg.yml (287B)


      1 ---
      2 - name: Setup Borg repository on spec to receive backups from pixel
      3   hosts: all
      4   gather_facts: false
      5   any_errors_fatal: true
      6   pre_tasks:
      7     - name: Gather host facts without logging stored local secrets
      8       ansible.builtin.setup:
      9       no_log: true
     10 
     11   roles:
     12     - pixel_borg