ansible-taler-exchange

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

main.yml (224B)


      1 ---
      2 # Database backup role
      3 
      4 - name: Make sure PostgreSQL is started
      5   systemd:
      6     name: postgresql
      7     state: started
      8 
      9 - name: Run backup script
     10   ansible.builtin.command:
     11     cmd: /root/bin/borg-backup.sh
     12     chdir: /root