feat: configure restic keys for everyone

This commit is contained in:
VC
2024-07-05 11:53:38 +02:00
parent 5cbee42dad
commit befa7f4169
2 changed files with 23 additions and 0 deletions

11
group_vars/all/restic.yml Normal file
View File

@@ -0,0 +1,11 @@
---
restic_aws_access_key_id: "backup"
restic_aws_secret_access_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
64613131346563323262316264306363636261313535353565333231316433313539653634303737
3766666137633637666265663230323937663239396534310a313330333163396664643830643934
38623061653733653634623230616532383830626335653362333331353065353737323935326365
6638643861633038330a613832336463376535326461633832646238336663333537346461386534
31373734303133623363393837613437313066656532623832333335663666353039
restic_s3_url: "http://backup.mateu.be:9000/backup"