ansible-taler-exchange

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

backup.yml (256B)


      1 ---
      2 - name: Backup GNU Taler Databases
      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     - role: backup