Ansible role that can run restic backups and push it to a remote storage server.
1RESTIC_REPOSITORY: "{{ restic_repo }}" 2RESTIC_PASSWORD: "{{ restic_password }}" 3{% for k, v in restic_env_extra.items() %}{{ k }}: "{{ v }}" 4{% endfor %}