diff --git a/group_vars/all.yml b/group_vars/all.yml index d8315891..6cc84d05 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -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" diff --git a/group_vars/docker.yml b/group_vars/docker.yml index 16076b1e..35d13f24 100644 --- a/group_vars/docker.yml +++ b/group_vars/docker.yml @@ -35,4 +35,4 @@ - cephq - k8s ### mgrote.restic - restic_cron_hours: "/2" + restic_cron_hours: "*" diff --git a/keepass_db.kdbx b/keepass_db.kdbx index 600a78ad..a3894a87 100644 Binary files a/keepass_db.kdbx and b/keepass_db.kdbx differ