ansible-infra/inventories/host_vars/mastodon.pirateparty.be/main.yml

20 lines
471 B
YAML

mastodon_home: /home/mastodon
borgmatic_config:
location:
source_directories:
- "{{ mastodon_home }}"
- /etc
repositories:
- "{{ borg_repository }}"
exclude_patterns:
- "{{ mastodon_home }}/elasticsearch"
- "{{ mastodon_home }}/redis"
storage:
umask: "{{ borg_umask }}"
encryption_passphrase: "{{ vault_borg_passphrase }}"
compression: zlib,7
retention:
keep_daily: 7
keep_weekly: 4
keep_monthly: 6