backup.yml 211 B

12345678
  1. ---
  2. # SETUP BACKUP TO EXISTENT VM
  3. - name: Setup backup
  4. hosts: paddone
  5. roles: ['stable/restic']
  6. vars:
  7. restic_databases:
  8. - {name: 'etherpad', dump_command: sudo -Hiu postgres pg_dump -Fc etherpad}