Bugfix: Restic

---
* Cron angepasst für Docker
* richtiges Passwort für mount gesetzt
This commit is contained in:
Michael Grote 2020-12-03 12:04:01 +01:00
parent 22f4121c4c
commit 0a00596044
3 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}"
restic_mount: "/mnt/restic"
restic_mount_user: restic
restic_mount_password: restic
restic_mount_password: "{{ lookup('keepass', 'fileserver_smb_user_restic', 'password') }}"
### mgrote.tmux
tmux_conf_destination: "/home/mg/.tmux.conf"
tmux_bashrc_destination: "/home/mg/.bashrc"

View file

@ -35,4 +35,4 @@
- cephq
- k8s
### mgrote.restic
restic_cron_hours: "/2"
restic_cron_hours: "*"

Binary file not shown.