# vim: ft=yaml.ansible # code: language=ansible --- redis_passwords: nextcloud: "{{ vault_redis_passwords.nextcloud }}" restic: b2: bucket: "{{ vault_restic.b2.bucket }}" id: "{{ vault_restic.b2.id }}" key: "{{ vault_restic.b2.key }}" repo: path: /restic password: "{{ vault_restic.repo.password }}"