ansible/roles/unhb_backup_scripts/restic_scripts/templates/restic.env.j2

4 lines
167 B
Plaintext
Raw Normal View History

2023-10-10 12:40:22 +02:00
#!/bin/bash
export RESTIC_REPOSITORY="{{ restic_repository_location }}{{ inventory_hostname }}"
export RESTIC_PASSWORD_FILE="/opt/scripts/restic/restic-password-repo"