2023-10-29 19:46:52 +00:00
|
|
|
# vim: ft=yaml.ansible
|
|
|
|
# code: language=ansible
|
|
|
|
---
|
2024-02-04 17:03:15 +00:00
|
|
|
apps_include:
|
|
|
|
- nginx
|
|
|
|
- postfix
|
|
|
|
- ipfs
|
|
|
|
- monerod
|
|
|
|
- nextcloud
|
|
|
|
- snowflake
|
|
|
|
- restic
|
|
|
|
- watchtower
|
|
|
|
|
2024-02-10 21:36:48 +00:00
|
|
|
jitsi_passwords:
|
|
|
|
jicofo_auth: "{{ vault_jitsi_passwords.jicofo_auth }}"
|
|
|
|
jvb_auth: "{{ vault_jitsi_passwords.jvb_auth }}"
|
|
|
|
|
2023-11-03 23:38:08 +00:00
|
|
|
redis_passwords:
|
|
|
|
nextcloud: "{{ vault_redis_passwords.nextcloud }}"
|
|
|
|
|
|
|
|
restic:
|
|
|
|
b2:
|
2023-12-25 22:28:06 +00:00
|
|
|
bucket: lab-backup-sapti-me
|
2023-11-03 23:38:08 +00:00
|
|
|
id: "{{ vault_restic.b2.id }}"
|
|
|
|
key: "{{ vault_restic.b2.key }}"
|
|
|
|
repo:
|
2023-12-23 17:27:07 +00:00
|
|
|
path: /restic/{{ hostname }}
|
2023-11-03 23:38:08 +00:00
|
|
|
password: "{{ vault_restic.repo.password }}"
|