infrastructure/ansible/host_vars/grimes/main.yml

33 lines
833 B
YAML
Raw Normal View History

2021-06-20 12:01:20 +01:00
ssh_extra_allowed_users: dokku
dokku_daemon_install: false
dokku_hostname: d.theorangeone.net
2021-06-22 22:57:02 +01:00
dokku_plugins:
- name: postgres
url: https://github.com/dokku/dokku-postgres.git
- name: redis
url: https://github.com/dokku/dokku-redis.git
- name: letsencrypt
url: https://github.com/dokku/dokku-letsencrypt.git
- name: redirect
url: https://github.com/dokku/dokku-redirect.git
2021-08-30 21:50:55 +01:00
2021-09-05 23:11:28 +01:00
- name: http-auth
url: https://github.com/dokku/dokku-http-auth.git
2021-08-30 21:50:55 +01:00
# https://dokku.com/docs/advanced-usage/backup-recovery/
restic_backup_locations:
- /home/dokku
- /var/lib/dokku/config
- /var/lib/dokku/data
- /var/lib/dokku/services
2022-01-16 17:56:13 +00:00
- /opt/db-auto-backup/backups
2021-08-30 21:50:55 +01:00
restic_backup_excludes:
- /home/dokku/**/cache # Caches are big, don't need those
2021-12-21 19:36:52 +00:00
restic_healthchecks_id: "{{ vault_restic_healthchecks_id }}"