ansible-restic/templates/restic-env.j2
2019-03-21 08:51:17 +01:00

2 lines
129 B
Django/Jinja

export RESTIC_REPOSITORY="sftp:{{ restic_ssh_host }}:{{ restic_repository_name }}"
export RESTIC_PASSWORD="{{ restic_password}}"