# vim: ft=yaml.ansible # code: language=ansible --- apps_include: - nginx - postfix - ipfs - jitsi - monerod - nextcloud - snowflake - restic - watchtower jitsi_passwords: jicofo_auth: "{{ vault_jitsi_passwords.jicofo_auth }}" jvb_auth: "{{ vault_jitsi_passwords.jvb_auth }}" 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 }}"