Add backups for grimes
This commit is contained in:
parent
07b2ea2ccb
commit
c2cd2e6e34
2 changed files with 20 additions and 0 deletions
|
@ -14,3 +14,22 @@ dokku_plugins:
|
||||||
|
|
||||||
- name: redirect
|
- name: redirect
|
||||||
url: https://github.com/dokku/dokku-redirect.git
|
url: https://github.com/dokku/dokku-redirect.git
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
restic_backup_excludes:
|
||||||
|
- /home/dokku/**/cache # Caches are big, don't need those
|
||||||
|
|
||||||
|
restic_healthchecks_id: !vault |
|
||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
66316632623066346265613438663263636530643862353664613939323835353736613635343662
|
||||||
|
3433313362346338623439343962333161343134623930610a386133653939366630646537656335
|
||||||
|
66666633323063353464326564653362356666376331656635663863353966363434333863396463
|
||||||
|
3264326637306366380a383739653061343561303939363932396232323065323164653563663161
|
||||||
|
66646363326639333530376134343465666138656134343765663130333739313631666266636363
|
||||||
|
3539613535636461316461386238373730643238313435303439
|
||||||
|
|
|
@ -112,3 +112,4 @@
|
||||||
- nebula
|
- nebula
|
||||||
- role: dokku_bot.ansible_dokku
|
- role: dokku_bot.ansible_dokku
|
||||||
become: true
|
become: true
|
||||||
|
- restic
|
||||||
|
|
Loading…
Reference in a new issue