f1ad3c5198
We should really be backing this up before it begins to get used by additional services. Also, since our newer deployment uses a separate RDBMS, back that up safely. Change-Id: I4510dd05204f4b0f450d1925ed7be148d7d73e6e
12 lines
399 B
YAML
12 lines
399 B
YAML
letsencrypt_certs:
|
|
keycloak-opendev-org-main:
|
|
# List the service name first since that determines the filename
|
|
# and is referenced in the apache config.
|
|
- keycloak.opendev.org
|
|
- "{{ inventory_hostname }}"
|
|
borg_backup_excludes_extra:
|
|
# db is backed up in dumps, don't capture live files
|
|
- /var/lib/keycloak/db
|
|
# backed up by streaming backup
|
|
- /var/backups/keycloak-mariadb
|