Bugfix: Restic
--- * Cron angepasst für Docker * richtiges Passwort für mount gesetzt
This commit is contained in:
parent
22f4121c4c
commit
0a00596044
3 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}"
|
restic_repository_password: "{{ lookup('keepass', 'restic_repository_password', 'password') }}"
|
||||||
restic_mount: "/mnt/restic"
|
restic_mount: "/mnt/restic"
|
||||||
restic_mount_user: restic
|
restic_mount_user: restic
|
||||||
restic_mount_password: restic
|
restic_mount_password: "{{ lookup('keepass', 'fileserver_smb_user_restic', 'password') }}"
|
||||||
### mgrote.tmux
|
### mgrote.tmux
|
||||||
tmux_conf_destination: "/home/mg/.tmux.conf"
|
tmux_conf_destination: "/home/mg/.tmux.conf"
|
||||||
tmux_bashrc_destination: "/home/mg/.bashrc"
|
tmux_bashrc_destination: "/home/mg/.bashrc"
|
||||||
|
|
|
@ -35,4 +35,4 @@
|
||||||
- cephq
|
- cephq
|
||||||
- k8s
|
- k8s
|
||||||
### mgrote.restic
|
### mgrote.restic
|
||||||
restic_cron_hours: "/2"
|
restic_cron_hours: "*"
|
||||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue