# vim: ft=yaml.ansible # code: language=ansible --- apps_include: - nginx - postfix - ipfs - monerod - nextcloud - snowflake - restic - watchtower redis_passwords: nextcloud: "{{ vault_redis_passwords.nextcloud }}" restic: b2: bucket: lab-backup-sapti-me id: "{{ vault_restic.b2.id }}" key: "{{ vault_restic.b2.key }}" repo: path: /restic/{{ hostname }} password: "{{ vault_restic.repo.password }}"